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

Unified Diff: third_party/WebKit/Source/platform/bindings/DOMDataStore.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/DOMDataStore.h
diff --git a/third_party/WebKit/Source/platform/bindings/DOMDataStore.h b/third_party/WebKit/Source/platform/bindings/DOMDataStore.h
index 4db267a44e0ba6581be42dc9cfe8ab32cc20ef69..793dc5fcd60a0f7158b1fb4fcda4898718d9e6d3 100644
--- a/third_party/WebKit/Source/platform/bindings/DOMDataStore.h
+++ b/third_party/WebKit/Source/platform/bindings/DOMDataStore.h
@@ -46,6 +46,10 @@
namespace blink {
+// Holds a DOMWrapperMap specialized to map between ScriptWrappable objects and
+// their wrappers and provides an API to perform common operations with this map
+// and manage wrappers in a single world. Each world (DOMWrapperWorld) holds a
+// single DOMWrapperMap instance to hold wrappers only for that world.
class DOMDataStore {
WTF_MAKE_NONCOPYABLE(DOMDataStore);
USING_FAST_MALLOC(DOMDataStore);

Powered by Google App Engine
This is Rietveld 408576698