| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index c0aa4c07dd6f0de3b486a7e9ceddbbf237332e3e..e1d8411f41f71ca6d3118904a61e65c9fc23523b 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -220,7 +220,7 @@ public:
|
| bool hasValidDataListOptions() const;
|
| void listAttributeTargetChanged();
|
|
|
| - HTMLInputElement* checkedRadioButtonForGroup() const;
|
| + HTMLInputElement* checkedRadioButtonForGroup();
|
| bool isInRequiredRadioButtonGroup();
|
|
|
| // Functions for InputType classes.
|
|
|