| Index: third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
|
| index 58114d0fd0d8e5de59c4269697c2a05af9d0b69f..91ef8cbb06c25bf1a4881e87cef1ff784113140c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
|
| @@ -164,11 +164,6 @@ class CORE_EXPORT ScriptValue final {
|
|
|
| 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:
|
|
|