Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index d1a05aaa9ff18daa018a3f5fbc9461e77a31b22d..e3b781409e55e6755da5f0603c3d69555f4ffc61 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -96,6 +96,7 @@ public: |
bool checked() const { return m_isChecked; } |
void setChecked(bool, TextFieldEventBehavior = DispatchNoEvent); |
+ void dispatchChangeEventIfNeeded(); |
// 'indeterminate' is a state independent of the checked state that causes the control to draw in a way that hides the actual state. |
bool indeterminate() const { return m_isIndeterminate; } |