[webkit-reviews] review requested: [Bug 78409] Move special __proto__ property to Object.prototype : [Attachment 127828] Fix layout test regressions.

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


Gavin Barraclough <barraclough at apple.com> has asked  for review:
Bug 78409: Move special __proto__ property to Object.prototype
https://bugs.webkit.org/show_bug.cgi?id=78409

Attachment 127828: Fix layout test regressions.
https://bugs.webkit.org/attachment.cgi?id=127828&action=review

------- Additional Comments from Gavin Barraclough <barraclough at apple.com>
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.


More information about the webkit-reviews mailing list