| Index: third_party/WebKit/Source/bindings/core/v8/V8EventListener.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8EventListener.h b/third_party/WebKit/Source/bindings/core/v8/V8EventListener.h
|
| index 8d4957d1385659f54b77a08818fa31bef43301d9..4fd3ed3368b7aca004431d3fb90d05194f6fc154 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8EventListener.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8EventListener.h
|
| @@ -39,8 +39,9 @@ namespace blink {
|
|
|
| class Event;
|
|
|
| -// V8EventListener is a wrapper of a JS object implements EventListener interface (has handleEvent(event) method), or a JS function
|
| -// that can handle the event.
|
| +// V8EventListener is a wrapper of a JS object implements EventListener
|
| +// interface (has handleEvent(event) method), or a JS function that can handle
|
| +// the event.
|
| class V8EventListener : public V8AbstractEventListener {
|
| public:
|
| static V8EventListener* create(v8::Local<v8::Object> listener,
|
|
|