Bug 84739

Summary: [V8] Add m_isolate to SerializedScriptValue::Writer and SerializedScriptValue::Reader
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 84074    
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 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.
Attachments
Patch (6.72 KB, patch)
2012-04-24 10:36 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-04-24 10:36:11 PDT
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-04-25 11:06:58 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.