Index: third_party/WebKit/Source/core/html/forms/RadioInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp b/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp |
index 2aa6c96dfb8b16c6b6d12aff62642641ad5c6fcf..e812f4ac6694708c1adc1e40fcaa5f6cc233609a 100644 |
--- a/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp |
@@ -208,4 +208,9 @@ bool RadioInputType::shouldAppearIndeterminate() const |
return !element().checkedRadioButtonForGroup(); |
} |
+bool RadioInputType::isRadioButton() const |
+{ |
+ return true; |
+} |
+ |
} // namespace blink |