| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index a943a822ceaa9a17fb51fa48a62cb232157f04b7..798fef407f09780e32949f2c157b6b4dc9db311c 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -278,7 +278,7 @@ unsigned LocalDOMWindow::pendingUnloadEventListeners() const
|
|
|
| bool LocalDOMWindow::allowPopUp(LocalFrame& firstFrame)
|
| {
|
| - if (UserGestureIndicator::processingUserGesture())
|
| + if (UserGestureIndicator::utilizeUserGesture())
|
| return true;
|
|
|
| Settings* settings = firstFrame.settings();
|
|
|