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

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

Issue 2851563004: Add documentation for platform/bindings (Closed)
Patch Set: 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..5f59dfe380bcfd81f7fe1d700e91b683dd3c538b 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 {
+// Used to store and maintain a mapping between C++ objects and JavaScript
+// wrappers created for those objects.
jbroman 2017/04/28 19:07:03 nit: "between" isn't clear about the direction (th
adithyas 2017/04/28 20:19:43 Oh right! This made sense in my head .. fixed.
template <class KeyType>
class DOMWrapperMap {
USING_FAST_MALLOC(DOMWrapperMap);

Powered by Google App Engine
This is Rietveld 408576698