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. |