Index: Source/bindings/v8/Dictionary.cpp |
diff --git a/Source/bindings/v8/Dictionary.cpp b/Source/bindings/v8/Dictionary.cpp |
index ed31548d24e983bd609034ae9df7a9d76f0741bd..4009cc6392c726723e683a140d5067b275c2ed4c 100644 |
--- a/Source/bindings/v8/Dictionary.cpp |
+++ b/Source/bindings/v8/Dictionary.cpp |
@@ -181,7 +181,7 @@ bool Dictionary::get(const String& key, ScriptValue& value) const |
if (!getKey(key, v8Value)) |
return false; |
- value = ScriptValue(v8Value); |
+ value = ScriptValue(v8Value, m_isolate); |
return true; |
} |