| Index: Source/bindings/v8/ScriptValue.cpp
|
| diff --git a/Source/bindings/v8/ScriptValue.cpp b/Source/bindings/v8/ScriptValue.cpp
|
| index d9fb33806a89d95989d74f6831fd5b76b2025707..6a2e35355277eb416f79777cdcb5b42d1ea62ba9 100644
|
| --- a/Source/bindings/v8/ScriptValue.cpp
|
| +++ b/Source/bindings/v8/ScriptValue.cpp
|
| @@ -59,7 +59,7 @@ PassRefPtr<SerializedScriptValue> ScriptValue::serialize(ScriptState* scriptStat
|
| ScriptValue ScriptValue::deserialize(ScriptState* scriptState, SerializedScriptValue* value)
|
| {
|
| ScriptScope scope(scriptState);
|
| - return ScriptValue(value->deserialize());
|
| + return ScriptValue(value->deserialize(), scriptState->isolate());
|
| }
|
|
|
| bool ScriptValue::getString(String& result, v8::Isolate* isolate) const
|
|
|