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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h

Issue 2386173002: reflow comments in Source/bindings/core/v8 (Closed)
Patch Set: Created 4 years, 2 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/bindings/core/v8/V8EventListenerHelper.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h b/third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h
index b5a28f2f6683bece70f769fef6f846d42f6a7fd5..e2df0f0e6fc9ec0e17b4465b7967d26e296e9657 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8EventListenerHelper.h
@@ -44,7 +44,8 @@ enum ListenerLookupType {
ListenerFindOrCreate,
};
-// This is a container for V8EventListener objects that uses hidden properties of v8::Object to speed up lookups.
+// This is a container for V8EventListener objects that uses hidden properties
+// of v8::Object to speed up lookups.
class V8EventListenerHelper {
STATIC_ONLY(V8EventListenerHelper);

Powered by Google App Engine
This is Rietveld 408576698