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

Unified Diff: Source/bindings/v8/V8NPObject.h

Issue 180363004: Convert DOMWrapperMap to use PersistentValueMap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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: 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

Powered by Google App Engine
This is Rietveld 408576698