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