| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 4bd3bdce4c842217a659d4a8bbe73cdeedee763e..999add96bc846f7222067e9a28d0b12df32c4259 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1860,7 +1860,8 @@ void WebLocalFrameImpl::loadJavaScriptURL(const KURL& url) {
|
|
|
| String script = decodeURLEscapeSequences(
|
| url.getString().substring(strlen("javascript:")));
|
| - UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
|
| + UserGestureIndicator gestureIndicator(
|
| + UserGestureToken::create(UserGestureToken::NewGesture));
|
| v8::HandleScope handleScope(toIsolate(frame()));
|
| v8::Local<v8::Value> result =
|
| frame()->script().executeScriptInMainWorldAndReturnValue(
|
|
|