[Webkit-unassigned] [Bug 78409] Move special __proto__ property to Object.prototype

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 09:49:47 PST 2012


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #126622|0                           |1
        is obsolete|                            |
 Attachment #127828|                            |review?
               Flag|                            |




--- Comment #9 from Gavin Barraclough <barraclough at apple.com>  2012-02-20 09:49:47 PST ---
Created an attachment (id=127828)
 --> (https://bugs.webkit.org/attachment.cgi?id=127828&action=review)
Fix layout test regressions.

The cross origin access check wasn't working properly in the last patch, since it is only overridden in the window object we need to explicitly apply the check to the object we with to access's global object.  To prevent this error in the future, I moved the 'virtual' trap to check this from the ClassInfo table onto the GlobalObject's method table.

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