[Webkit-unassigned] [Bug 12721] getter/setter does not follow the behavior of Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 18:21:25 PST 2012


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE
          Component|JavaScriptCore              |WebCore JavaScript
                 CC|                            |barraclough at apple.com




--- Comment #6 from Gavin Barraclough <barraclough at apple.com>  2012-03-07 18:21:24 PST ---
The behaviour of __defineGetter__ is correct here, we should not be able to redefine non-configurable properties.  The problem is likely that these properties are directly on the instance of the object, rather than accessors on the prototype.  Per WebIDL, this is a bug in our implementation.

*** This bug has been marked as a duplicate of bug 49739 ***

-- 
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