| 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 67b0a53b44fb8b88937fe3b94df6fcf43f2dc6e9..d76ced7b2913332cd08404593434039496d18c13 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| @@ -134,7 +134,7 @@ void FileInputType::handleDOMActivateEvent(Event* event)
|
| if (element().isDisabledFormControl())
|
| return;
|
|
|
| - if (!UserGestureIndicator::processingUserGesture())
|
| + if (!UserGestureIndicator::utilizeUserGesture())
|
| return;
|
|
|
| if (ChromeClient* chromeClient = this->chromeClient()) {
|
|
|