Index: third_party/WebKit/Source/core/html/forms/FileInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp |
index 846a1167e827ad0f3411a3b9a8bcaed0d30edf02..431a84749423cfc6b9dbf4c5dc766682f4bb2d31 100644 |
--- a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp |
@@ -132,7 +132,7 @@ void FileInputType::HandleDOMActivateEvent(Event* event) { |
if (GetElement().IsDisabledFormControl()) |
return; |
- if (!UserGestureIndicator::UtilizeUserGesture()) |
+ if (!UserGestureIndicator::ProcessingUserGesture()) |
return; |
if (ChromeClient* chrome_client = this->GetChromeClient()) { |