Index: Source/bindings/v8/V8NPObject.h |
diff --git a/Source/bindings/v8/V8NPObject.h b/Source/bindings/v8/V8NPObject.h |
index 4465b039868ac112cc19d43742df365d4c2f73a7..57e701c15bc50db4f42ab989bf22cde0ece4df89 100644 |
--- a/Source/bindings/v8/V8NPObject.h |
+++ b/Source/bindings/v8/V8NPObject.h |
@@ -62,6 +62,10 @@ v8::Local<v8::Object> createV8ObjectForNPObject(NPObject*, NPObject* root, v8::I |
// cannot be referred to. |
void forgetV8ObjectForNPObject(NPObject*); |
+// Helper function for DOMWrapperMap<NPObject>. |
+// Dispose of the fiven NPObject*. |
+void DOMWrapperMapDisposeHelper(NPObject*); |
+ |
} // namespace WebCore |
#endif // V8NPObject_h |