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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« 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
This is Rietveld 408576698