[Webkit-unassigned] [Bug 48911] Object.defineProperty doesn't create property on Global Object in the presence of a setter in the prototype chain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 18:18:06 PDT 2012


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #3 from Gavin Barraclough <barraclough at apple.com>  2012-03-12 18:18:06 PST ---
Okay, the hasOwnProperty thing is really a separate issue, and defineProperty now works, so to get these tests in I've changed them to use getOwnPropertyDescriptor (which does work correctly in WebCore's global object).  I'll file a new bug to track the problems with hasOwnProperty.

Layout tests landed in r110521.

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