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