[Webkit-unassigned] [Bug 133531] REGRESSION: Can't change the prototype of the lexical global object (changes the proxy prototype instead)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 9 13:44:39 PDT 2014


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





--- Comment #4 from Geoffrey Garen <ggaren at apple.com>  2014-06-09 13:45:03 PST ---
> What I am actually doing in my production code is using JSContextGetGlobalObject to get the global object, and then using JSObjectGetPrototype in a loop to find the top-most prototype, and finally using JSObjectSetPrototype on the final not-NULL result.

Can you post a test case that does this, and demonstrates the problem? It looks like the html test case you posted demonstrates some other behavior, which is intentional and not harmful to your app.

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