Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/NPV8Object.h

Issue 1399763004: NPObject should not be retrieved as ScriptWrappable Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698