Bug 130458 - JSC bindings should use the passed-in global object for wrapper caching.
Summary: JSC bindings should use the passed-in global object for wrapper caching.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 10:02 PDT by Andreas Kling
Modified: 2014-03-19 13:43 PDT (History)
6 users (show)

See Also:


Attachments
Patch for EWS (17.42 KB, patch)
2014-03-19 10:04 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff
Patch (20.24 KB, patch)
2014-03-19 12:41 PDT, Andreas Kling
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-03-19 10:02:24 PDT
Let's do this.
Comment 1 Andreas Kling 2014-03-19 10:04:17 PDT
Created attachment 227189 [details]
Patch for EWS
Comment 2 Andreas Kling 2014-03-19 12:41:26 PDT
Created attachment 227211 [details]
Patch
Comment 3 Geoffrey Garen 2014-03-19 13:26:18 PDT
Comment on attachment 227211 [details]
Patch

r=me

Fix build please.
Comment 4 Andreas Kling 2014-03-19 13:43:32 PDT
Committed r165914: <http://trac.webkit.org/changeset/165914>