| Index: third_party/WebKit/Source/core/html/forms/InputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| index 0d5a43c0ff7c1294815d67d6b201cc0fd9bdd663..f11b4c940c62eeddb16c7edf68876ea7a0cbdae0 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| @@ -77,6 +77,7 @@ public:
|
| virtual bool isTextButton() const;
|
| virtual bool isTextField() const;
|
| virtual bool isImage() const;
|
| + virtual bool isRadioButton() const;
|
|
|
| // Form value functions
|
|
|
|
|