| Index: third_party/WebKit/Source/core/page/CreateWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/CreateWindow.cpp b/third_party/WebKit/Source/core/page/CreateWindow.cpp
|
| index 484888d66e04060dad51303c01c35ae0308489c3..45dfc27af019a09c33bc83456233b4e994d5ee82 100644
|
| --- a/third_party/WebKit/Source/core/page/CreateWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/page/CreateWindow.cpp
|
| @@ -169,7 +169,7 @@ DOMWindow* createWindow(const String& urlString, const AtomicString& frameName,
|
|
|
| // Records HasUserGesture before the value is invalidated inside createWindow(LocalFrame& openerFrame, ...).
|
| // This value will be set in ResourceRequest loaded in a new LocalFrame.
|
| - bool hasUserGesture = UserGestureIndicator::processingUserGesture();
|
| + bool hasUserGesture = UserGestureIndicator::processingUserGestureUntracked();
|
|
|
| // We pass the opener frame for the lookupFrame in case the active frame is different from
|
| // the opener frame, and the name references a frame relative to the opener frame.
|
|
|