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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.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/V8LazyEventListener.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h b/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h
index 09152316ae3d383445287b5bc4d894a4132f088f..9d70407d6c2c97f8040d9c5e6a3820460ecf6b6f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h
@@ -41,8 +41,9 @@ namespace blink {
class Event;
class Node;
-// V8LazyEventListener is a wrapper for a JavaScript code string that is compiled and evaluated when an event is fired.
-// A V8LazyEventListener is either a HTML or SVG event handler.
+// V8LazyEventListener is a wrapper for a JavaScript code string that is
+// compiled and evaluated when an event is fired. A V8LazyEventListener is
+// either a HTML or SVG event handler.
class V8LazyEventListener final : public V8AbstractEventListener {
public:
static V8LazyEventListener* create(const AtomicString& functionName,

Powered by Google App Engine
This is Rietveld 408576698