[Webkit-unassigned] [Bug 159756] Object.prototype.__proto__ getter still provides access to WindowProxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 14 10:07:36 PDT 2016


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

Keith Miller <keith_miller at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keith_miller at apple.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Keith Miller <keith_miller at apple.com> ---
On r203223 I get the following output.

>>> (function(){'use strict'; var g = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').get; return g();})();
Exception: TypeError: Can't convert undefined or null to object

Is this incorrect?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160714/a5c582ed/attachment.html>


More information about the webkit-unassigned mailing list