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

Unified Diff: third_party/WebKit/Source/platform/bindings/V8DOMWrapper.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/V8DOMWrapper.h
diff --git a/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h b/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h
index fadd3cd61f0f05494cf72e782e5abb65da156301..b91592bfbf72142a340b7f8ac33705d35d5ccdd1 100644
--- a/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h
+++ b/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h
@@ -44,6 +44,8 @@ namespace blink {
struct WrapperTypeInfo;
+// Contains utility methods to create wrappers, associate ScriptWrappable
+// objects with wrappers and set fields in wrappers.
class V8DOMWrapper {
STATIC_ONLY(V8DOMWrapper);

Powered by Google App Engine
This is Rietveld 408576698