Chromium Code Reviews| Index: Source/core/html/forms/CheckboxInputType.h |
| diff --git a/Source/core/html/forms/CheckboxInputType.h b/Source/core/html/forms/CheckboxInputType.h |
| index e6d15d7f2fa4d1922877f460c1732c7eec380bb1..7c36d7d7ddc8bf6608cb6624435569873ed01a82 100644 |
| --- a/Source/core/html/forms/CheckboxInputType.h |
| +++ b/Source/core/html/forms/CheckboxInputType.h |
| @@ -49,6 +49,7 @@ private: |
| virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE; |
| virtual bool isCheckbox() const OVERRIDE; |
| virtual bool supportsIndeterminateAppearance() const OVERRIDE; |
| + virtual bool shouldDispatchFormControlChangeEvent(String&, String&) OVERRIDE FINAL; |
|
tkent
2014/05/07 10:09:56
This should be moved to BaseCheckableInputType, an
Habib Virji
2014/05/07 10:27:10
Done.
|
| }; |
| } // namespace WebCore |