| Index: third_party/WebKit/Source/core/events/Event.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/Event.cpp b/third_party/WebKit/Source/core/events/Event.cpp
|
| index d2ebd7fef9aa6ceb974f99a36bb4382d4a82b69d..5adbdb9f7a73acf950fd995aa4b22e1013caec62 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.cpp
|
| +++ b/third_party/WebKit/Source/core/events/Event.cpp
|
| @@ -35,8 +35,8 @@
|
| namespace blink {
|
|
|
| static bool isEventTypeScopedInV0(const AtomicString& eventType) {
|
| - // WebKit never allowed selectstart event to cross the the shadow DOM boundary.
|
| - // Changing this breaks existing sites.
|
| + // WebKit never allowed selectstart event to cross the the shadow DOM
|
| + // boundary. Changing this breaks existing sites.
|
| // See https://bugs.webkit.org/show_bug.cgi?id=52195 for details.
|
| return eventType == EventTypeNames::abort ||
|
| eventType == EventTypeNames::change ||
|
|
|