| Index: third_party/WebKit/Source/core/events/UIEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/UIEvent.h b/third_party/WebKit/Source/core/events/UIEvent.h
|
| index 58d9937d97a87c93fbf968a92d2cb8ba820e6244..525f1f27da6501db410f14e326d008ea19a451b4 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/UIEvent.h
|
| @@ -83,7 +83,9 @@ class CORE_EXPORT UIEvent : public Event {
|
|
|
| protected:
|
| UIEvent();
|
| - // TODO(crbug.com/563542): Remove of this ctor in favor of making platformTimeStamp (and perhaps sourceCapabilities) required in all constructions sites
|
| + // TODO(crbug.com/563542): Remove of this ctor in favor of making
|
| + // platformTimeStamp (and perhaps sourceCapabilities) required in all
|
| + // constructions sites
|
| UIEvent(const AtomicString& type,
|
| bool canBubble,
|
| bool cancelable,
|
|
|