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

Unified Diff: third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h

Issue 2851563004: Add documentation for platform/bindings (Closed)
Patch Set: Address code review Created 3 years, 8 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: third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h
diff --git a/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h b/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h
index 87a63afa5799d1c6048928d6f366346bebba9123..8b196b1e7225bddbe33458b26535754918dcf221 100644
--- a/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h
+++ b/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h
@@ -42,6 +42,8 @@
namespace blink {
+// Maps from C++ objects to their corresponding JavaScript wrappers. See also
+// DOMDataStore.
template <class KeyType>
class DOMWrapperMap {
USING_FAST_MALLOC(DOMWrapperMap);
« no previous file with comments | « third_party/WebKit/Source/platform/bindings/DOMDataStore.h ('k') | third_party/WebKit/Source/platform/bindings/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698