Bug 29325
Summary: | Should use the 'current' global object for JS callbacks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> |
Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Sam Weinig
We should use the 'current' (the one that created the object creating the callback) global object for JS callbacks instead of the lexical or dynamic global object.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |