| Index: third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.cpp b/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| index 2eb0af9c99864eae44d6d5722a872b0eaba12287..af9ad5b05de815721b36bc7ea43af3bf48a5b67a 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| @@ -208,7 +208,8 @@ void Notification::dispatchShowEvent() {
|
| }
|
|
|
| void Notification::dispatchClickEvent() {
|
| - UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
|
| + UserGestureIndicator gestureIndicator(
|
| + UserGestureToken::create(UserGestureToken::NewGesture));
|
| ScopedWindowFocusAllowedIndicator windowFocusAllowed(getExecutionContext());
|
| dispatchEvent(Event::create(EventTypeNames::click));
|
| }
|
|
|