RESOLVED FIXED 84663
[V8] Pass Isolate around in SerializedScriptValue.cpp (Part1)
https://bugs.webkit.org/show_bug.cgi?id=84663
Summary [V8] Pass Isolate around in SerializedScriptValue.cpp (Part1)
Kentaro Hara
Reported 2012-04-23 18:14:33 PDT
The objective is to pass Isolate to toV8() in SerializedScriptValue.cpp. Part1: Add an Isolate argument to SerializedScriptValue::create(), SerializedScriptValue::deserialize(), etc Part2: Add an m_isolate member to SerializedScriptValue::Writer() and SerializedScriptValue::Reader() Part3: Pass Isolate to toV8(). In this bug, we fix Part1.
Attachments
Patch (8.85 KB, patch)
2012-04-23 18:17 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-04-23 18:17:36 PDT
WebKit Review Bot
Comment 2 2012-04-24 10:01:47 PDT
Comment on attachment 138481 [details] Patch Clearing flags on attachment: 138481 Committed r115077: <http://trac.webkit.org/changeset/115077>
WebKit Review Bot
Comment 3 2012-04-24 10:01:54 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.