| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index d0b082bb2c65998815da9b45fcf491f1012f5b7b..858bad277c855c3c15e4759d29d0aa41fd6204c8 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -95,6 +95,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; }
|
|
|