Bug 84739 - [V8] Add m_isolate to SerializedScriptValue::Writer and SerializedScriptValue::Reader
Summary: [V8] Add m_isolate to SerializedScriptValue::Writer and SerializedScriptValue...
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: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 84074
  Show dependency treegraph
 
Reported: 2012-04-24 10:26 PDT by Kentaro Hara
Modified: 2012-04-25 11:06 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.72 KB, patch)
2012-04-24 10:36 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-04-24 10:26:29 PDT
This is the second step to pass Isolate around in SerializedScriptValue. We add m_isolate to SerializedScriptValue::Writer and SerializedScriptValue::Reader, so that they can use the isolate around. The fix is safe since Writer and Reader are guaranteed to be used by one Isolate.
Comment 1 Kentaro Hara 2012-04-24 10:36:11 PDT
Created attachment 138593 [details]
Patch
Comment 2 WebKit Review Bot 2012-04-25 11:06:52 PDT
Comment on attachment 138593 [details]
Patch

Clearing flags on attachment: 138593

Committed r115229: <http://trac.webkit.org/changeset/115229>
Comment 3 WebKit Review Bot 2012-04-25 11:06:58 PDT
All reviewed patches have been landed.  Closing bug.