Index: Source/bindings/v8/Dictionary.cpp |
diff --git a/Source/bindings/v8/Dictionary.cpp b/Source/bindings/v8/Dictionary.cpp |
index 116bde87f45c5520e90744fdcfd116d9a8428b1a..7ca45eced7441bfb32bfe7f7c5e5299630e67565 100644 |
--- a/Source/bindings/v8/Dictionary.cpp |
+++ b/Source/bindings/v8/Dictionary.cpp |
@@ -180,7 +180,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; |
} |