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