| Index: third_party/WebKit/Source/bindings/core/v8/NPV8Object.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/NPV8Object.h b/third_party/WebKit/Source/bindings/core/v8/NPV8Object.h
|
| index 543af66ba7493b60f11715525b1f0bac27b289f1..6f639c2b23e3bb73398ebc541c58043eee9e5c3c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/NPV8Object.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/NPV8Object.h
|
| @@ -75,8 +75,6 @@ bool isWrappedNPObject(v8::Local<v8::Object>);
|
|
|
| CORE_EXPORT V8NPObject* npObjectToV8NPObject(NPObject*);
|
|
|
| -ScriptWrappable* npObjectToScriptWrappable(NPObject*);
|
| -
|
| void disposeUnderlyingV8Object(v8::Isolate*, NPObject*);
|
|
|
| } // namespace blink
|
|
|