On Mon Nov 25 13:24:54 2024 +0000, Jacek Caban wrote:
Does that mean we can remove compat mode check in `HTMLDOMTextNode_toString`? Its implementation in e0585d4c184d was backed by JS test and with this commit, text node would just use `Object.prototype.toString` instead, which explains the observed difference.
Good catch, and yes, I'll remove it. It was obviously needed when we didn't have proper prototypes/jscript object in IE9+ modes, but not anymore.