Index: Source/WebCore/bindings/ScriptControllerBase.cpp |
=================================================================== |
--- Source/WebCore/bindings/ScriptControllerBase.cpp (revision 146131) |
+++ Source/WebCore/bindings/ScriptControllerBase.cpp (working copy) |
@@ -59,7 +59,7 @@ |
ScriptValue ScriptController::executeScript(const String& script, bool forceUserGesture) |
{ |
- UserGestureIndicator gestureIndicator(forceUserGesture ? DefinitelyProcessingUserGesture : PossiblyProcessingUserGesture); |
+ UserGestureIndicator gestureIndicator(forceUserGesture ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture); |
return executeScript(ScriptSourceCode(script, m_frame->document()->url())); |
} |