| 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 5af128b47e184948c3f2c539e5a91c3ec7ff0d7e..30924ee2c069e6e215530238c1e342de42dc201e 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| @@ -160,7 +160,7 @@ void ColorInputType::handleDOMActivateEvent(Event* event)
|
| if (element().isDisabledFormControl() || !element().layoutObject())
|
| return;
|
|
|
| - if (!UserGestureIndicator::processingUserGesture())
|
| + if (!UserGestureIndicator::utilizeUserGesture())
|
| return;
|
|
|
| ChromeClient* chromeClient = this->chromeClient();
|
|
|