| Index: Source/core/html/forms/RadioInputType.h
|
| diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h
|
| index 14a138624c11b40d42231f1b205fd1ca05188e13..ddfc43245675e90dd67412f108794e56aaabbcd4 100644
|
| --- a/Source/core/html/forms/RadioInputType.h
|
| +++ b/Source/core/html/forms/RadioInputType.h
|
| @@ -53,6 +53,7 @@ private:
|
| virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE;
|
| virtual bool isRadioButton() const OVERRIDE;
|
| virtual bool supportsIndeterminateAppearance() const OVERRIDE;
|
| + virtual bool shouldDispatchFormControlChangeEvent(String&, String&) OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|