| Index: third_party/WebKit/Source/core/events/UIEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/UIEvent.cpp b/third_party/WebKit/Source/core/events/UIEvent.cpp
|
| index b16f76c92b11cf68f7d89675ffff3461485732f3..9eac49af87939c836c5535d81dd6bc7684f56edb 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/UIEvent.cpp
|
| @@ -26,7 +26,8 @@ namespace blink {
|
|
|
| UIEvent::UIEvent() : m_detail(0), m_sourceCapabilities(nullptr) {}
|
|
|
| -// TODO(lanwei): Will add sourceCapabilities to all the subclass of UIEvent later, see https://crbug.com/476530.
|
| +// TODO(lanwei): Will add sourceCapabilities to all the subclass of UIEvent
|
| +// later, see https://crbug.com/476530.
|
| UIEvent::UIEvent(const AtomicString& eventType,
|
| bool canBubbleArg,
|
| bool cancelableArg,
|
|
|