| Index: Source/WebCore/bindings/v8/NPV8Object.cpp
|
| ===================================================================
|
| --- Source/WebCore/bindings/v8/NPV8Object.cpp (revision 146131)
|
| +++ Source/WebCore/bindings/v8/NPV8Object.cpp (working copy)
|
| @@ -333,7 +333,7 @@
|
|
|
| String script = String::fromUTF8(npScript->UTF8Characters, npScript->UTF8Length);
|
|
|
| - UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingUserGesture : PossiblyProcessingUserGesture);
|
| + UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
|
| v8::Local<v8::Value> v8result = frame->script()->compileAndRunScript(ScriptSourceCode(script, KURL(ParsedURLString, filename)));
|
|
|
| if (v8result.IsEmpty())
|
|
|