| 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);
|
|
|
|
|