Index: Source/bindings/core/v8/ScriptValue.h |
diff --git a/Source/bindings/core/v8/ScriptValue.h b/Source/bindings/core/v8/ScriptValue.h |
index 010f92d62aa854f28ad1adb0efe2c4be63d40840..b06e12920432a439fee64a90d1ceab8e57198550 100644 |
--- a/Source/bindings/core/v8/ScriptValue.h |
+++ b/Source/bindings/core/v8/ScriptValue.h |
@@ -179,6 +179,11 @@ public: |
bool toString(String&) const; |
+ void setReference(const v8::Persistent<v8::Object>& parent, v8::Isolate* isolate) |
+ { |
+ m_value->setReference(parent, isolate); |
+ } |
+ |
static ScriptValue createNull(ScriptState*); |
private: |