| Index: Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| ===================================================================
|
| --- Source/WebKit/chromium/src/WebFrameImpl.cpp (revision 146131)
|
| +++ Source/WebKit/chromium/src/WebFrameImpl.cpp (working copy)
|
| @@ -879,7 +879,7 @@
|
| // tests pass. If this isn't needed in non-test situations, we should
|
| // consider removing this code and changing the tests.
|
| // http://code.google.com/p/chromium/issues/detail?id=86397
|
| - UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
|
| + UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
|
|
|
| TextPosition position(OrdinalNumber::fromOneBasedInt(source.startLine), OrdinalNumber::first());
|
| return frame()->script()->executeScript(ScriptSourceCode(source.code, source.url, position)).v8Value();
|
|
|