| 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 d7d006cb590a1be3c3a4963437892d8276c9b056..4848a74b8cdf1aa851fb2e77e413cd262ac85d18 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
|
| @@ -202,9 +202,8 @@ void ColorInputType::didChooseColor(const Color& color) {
|
| }
|
|
|
| void ColorInputType::didEndChooser() {
|
| - EventQueueScope scope;
|
| if (LayoutTheme::theme().isModalColorChooser())
|
| - element().dispatchFormControlChangeEvent();
|
| + element().enqueueChangeEvent();
|
| m_chooser.clear();
|
| }
|
|
|
|
|