Index: Source/WebKit/chromium/src/WebNotification.cpp |
=================================================================== |
--- Source/WebKit/chromium/src/WebNotification.cpp (revision 146131) |
+++ Source/WebKit/chromium/src/WebNotification.cpp (working copy) |
@@ -135,7 +135,7 @@ |
void WebNotification::dispatchClickEvent() |
{ |
- UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture); |
+ UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); |
WindowFocusAllowedIndicator windowFocusAllowed; |
dispatchEvent(eventNames().clickEvent); |
} |