Index: Source/core/html/HTMLInputElement.cpp |
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp |
index 03bb788a82123d35f12d842f94d1dfe6c684e543..ac48ebb5be757628080826ceb65fbb606cbcfbdb 100644 |
--- a/Source/core/html/HTMLInputElement.cpp |
+++ b/Source/core/html/HTMLInputElement.cpp |
@@ -1884,4 +1884,9 @@ PassRefPtr<RenderStyle> HTMLInputElement::customStyleForRenderer() |
} |
#endif |
+bool HTMLInputElement::shouldDispatchFormControlChangeEvent(String& oldValue, String& newValue) |
+{ |
+ return m_inputType->shouldDispatchFormControlChangeEvent(oldValue, newValue); |
+} |
+ |
} // namespace |