| 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;
|
| };
|
|
|
| } // namespace WebCore
|
|
|