| Index: Source/core/html/forms/TextFieldInputType.cpp
|
| diff --git a/Source/core/html/forms/TextFieldInputType.cpp b/Source/core/html/forms/TextFieldInputType.cpp
|
| index 807f2623d1cd28b3bfbb431cd43d1060fbc4538a..5985eab4a6ecf691095bc477b81f569e5218ba04 100644
|
| --- a/Source/core/html/forms/TextFieldInputType.cpp
|
| +++ b/Source/core/html/forms/TextFieldInputType.cpp
|
| @@ -222,6 +222,7 @@ void TextFieldInputType::handleKeydownEventForSpinButton(KeyboardEvent* event)
|
| spinButtonStepDown();
|
| else
|
| return;
|
| + element().dispatchFormControlChangeEvent();
|
| event->setDefaultHandled();
|
| }
|
|
|
|
|