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 6b8f1697f905bf261c634a28d29602982326fca9..6a4f08c347020f358b35fe76cf88fc81d49a111e 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. |