Summary: | [V8] Move m_windowShell from V8Proxy to ScriptController | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Kentaro Hara <haraken> | ||||
Component: | WebCore JavaScript | Assignee: | Kentaro Hara <haraken> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, dcarney, japhet, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 85330 | ||||||
Attachments: |
|
Description
Kentaro Hara
2012-08-19 18:15:05 PDT
Created attachment 159316 [details]
Patch
Comment on attachment 159316 [details]
Patch
I thought I tried this before and there was some complication, but perhaps that complication has been removed. This patch certainly look straightforward and correct.
Note: We eventually want ScriptController to hold a map from DOMWrapperWorld to V8WindowShell, but that's a separate effort.
@dcarney: Related to your work with making a WindowShell per DOMWrapperWorld. Comment on attachment 159316 [details] Patch Clearing flags on attachment: 159316 Committed r125993: <http://trac.webkit.org/changeset/125993> All reviewed patches have been landed. Closing bug. |