| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index d790bca6f60068cfee8ab708c76980c445e07d97..a20e5b6fa0e5b20f5474fc33805f6193714f6929 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -754,9 +754,6 @@ v8::Handle<v8::Value> WebLocalFrameImpl::executeScriptAndReturnValue(const WebSc
|
| {
|
| ASSERT(frame());
|
|
|
| - // TODO: Remove this after blink has rolled and chromium change landed. (crrev.com/516753002)
|
| - UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
|
| -
|
| TextPosition position(OrdinalNumber::fromOneBasedInt(source.startLine), OrdinalNumber::first());
|
| return frame()->script().executeScriptInMainWorldAndReturnValue(ScriptSourceCode(source.code, source.url, position));
|
| }
|
|
|