Chromium Code Reviews| Index: Source/WebCore/html/TimeInputType.cpp |
| =================================================================== |
| --- Source/WebCore/html/TimeInputType.cpp (revision 129320) |
| +++ Source/WebCore/html/TimeInputType.cpp (working copy) |
| @@ -152,6 +152,7 @@ |
| input->setNeedsStyleRecalc(); |
| input->dispatchFormControlInputEvent(); |
| input->dispatchFormControlChangeEvent(); |
| + input->notifyFormStateChanged(); |
| } |
| bool TimeInputType::hasCustomFocusLogic() const |