Chromium Code Reviews

Unified Diff: Source/WebCore/bindings/v8/NPObjectWrapper.h

Issue 8293008: Merge 97429 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/WebCore/bindings/v8/NPObjectWrapper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/v8/NPObjectWrapper.h
===================================================================
--- Source/WebCore/bindings/v8/NPObjectWrapper.h (revision 97504)
+++ Source/WebCore/bindings/v8/NPObjectWrapper.h (working copy)
@@ -39,7 +39,7 @@
// object to be cleared out when this object is destroyed. This is to ensure
// that callers trying to access the underlying object don't crash while
// invoking methods on the NPObject.
-class NPObjectWrapper : public NPObject {
+class NPObjectWrapper {
public:
// Creates an instance of the NPObjectWrapper class and wraps the object
// passed in.
« no previous file with comments | « no previous file | Source/WebCore/bindings/v8/NPObjectWrapper.cpp » ('j') | no next file with comments »

Powered by Google App Engine