Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp

Issue 12045062: Merge 140385 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp
===================================================================
--- Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp (revision 140650)
+++ Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp (working copy)
@@ -115,7 +115,7 @@
void BaseChooserOnlyDateAndTimeInputType::didChooseValue(const String& value)
{
- element()->setValue(value, DispatchChangeEvent);
+ element()->setValue(value, DispatchInputAndChangeEvent);
}
void BaseChooserOnlyDateAndTimeInputType::didEndChooser()

Powered by Google App Engine
This is Rietveld 408576698