| 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,
|
|
|