Index: third_party/WebKit/Source/core/html/HTMLFormElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLFormElement.cpp b/third_party/WebKit/Source/core/html/HTMLFormElement.cpp |
index a67b64bd7d919bca6a2f18883fac63e916441eb7..c7383329660c994d10e0b8fe301908d6b9c3fec5 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFormElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLFormElement.cpp |
@@ -454,7 +454,7 @@ void HTMLFormElement::ScheduleFormSubmission(FormSubmission* submission) { |
submission->Target(), *GetDocument().GetFrame()); |
if (!target_frame) { |
if (!LocalDOMWindow::AllowPopUp(*GetDocument().GetFrame()) && |
- !UserGestureIndicator::UtilizeUserGesture()) |
+ !UserGestureIndicator::ProcessingUserGesture()) |
return; |
target_frame = GetDocument().GetFrame(); |
} else { |