[Bug 23860] Remove getElementById() from Element

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23860

--- Comment #14 from Boris Zbarsky <bzbarsky@mit.edu> ---
A property get is in general a function call, though.  We don't have a sane way
from the non-js-engine part of gecko to do "get this property, but only if it's
a value property and if you can determine that without running any script (e.g.
none of the objects are proxies)"...  We could try to add a bunch of complex
code to do that, I guess...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 21 November 2013 20:04:14 UTC