[Webkit-unassigned] [Bug 36423] Object.defineProperty implementation doesn't match behavior of IE8+/FF3.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 21 13:35:56 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36423





--- Comment #1 from Oliver Hunt <oliver at apple.com>  2010-03-21 13:35:56 PST ---
Trying to override the getter on the prototype of an element is somewhat
pointless as WebKit does not use getters for DOM properties.  Technically we
could make it do so, but that basically means throwing away performance for no
good reason.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list