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.
Created attachment 138481 [details] Patch
Comment on attachment 138481 [details] Patch Clearing flags on attachment: 138481 Committed r115077: <http://trac.webkit.org/changeset/115077>
All reviewed patches have been landed. Closing bug.