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

Unified Diff: Source/bindings/core/v8/DOMWrapperMap.h

Issue 460673002: bindings: Changes DOMWrapperMap::KeyType to ScriptWrappableBase*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « Source/bindings/core/v8/DOMDataStore.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/DOMWrapperMap.h
diff --git a/Source/bindings/core/v8/DOMWrapperMap.h b/Source/bindings/core/v8/DOMWrapperMap.h
index 5f78ba9d01380848150777b673dfdba10f3dcd75..7305de445071805e656d5f1e2264a9ac2af14655 100644
--- a/Source/bindings/core/v8/DOMWrapperMap.h
+++ b/Source/bindings/core/v8/DOMWrapperMap.h
@@ -155,16 +155,6 @@ private:
typename PersistentValueMapTraits::MapType m_map;
};
-template <>
-inline void DOMWrapperMap<void>::PersistentValueMapTraits::Dispose(
- v8::Isolate* isolate,
- v8::UniquePersistent<v8::Object> value,
- void* key)
-{
- RELEASE_ASSERT(!value.IsEmpty()); // See crbug.com/368095.
- releaseObject(v8::Local<v8::Object>::New(isolate, value));
-}
-
} // namespace blink
#endif // DOMWrapperMap_h
« no previous file with comments | « Source/bindings/core/v8/DOMDataStore.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698