| Index: third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| index 8beacb12bd47c2fb683b944c573bd2177ad8ace9..9f0988fd292007d4f318a7ad2606bb40572dd310 100644
|
| --- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| +++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| @@ -54,8 +54,8 @@ WebScriptExecutor::WebScriptExecutor(
|
| Vector<v8::Local<v8::Value>> WebScriptExecutor::execute(LocalFrame* frame) {
|
| std::unique_ptr<UserGestureIndicator> indicator;
|
| if (m_userGesture) {
|
| - indicator = wrapUnique(
|
| - new UserGestureIndicator(DefinitelyProcessingNewUserGesture));
|
| + indicator = wrapUnique(new UserGestureIndicator(
|
| + UserGestureToken::create(UserGestureToken::NewGesture)));
|
| }
|
|
|
| Vector<v8::Local<v8::Value>> results;
|
|
|