| 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 25c73d726d21f5b14dcd43d166d6548a7a92f900..efab8d94c4c0fee0ae8e85f05159f58c555f900d 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| @@ -206,6 +206,7 @@ void ColorInputType::didChooseColor(const Color& color)
|
| {
|
| if (element().isDisabledFormControl() || color == valueAsColor())
|
| return;
|
| + EventQueueScope scope;
|
| element().setValueFromRenderer(color.serialized());
|
| element().updateView();
|
| if (!LayoutTheme::theme().isModalColorChooser())
|
|
|