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 b724f71f28dd038db54749a969efed7184630f3f..5da2d0a4f01b2ccf17a6d010bcd82bccf2f1fa12 100644 |
--- a/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp |
@@ -211,4 +211,9 @@ bool RadioInputType::shouldAppearIndeterminate() const |
return !element().checkedRadioButtonForGroup(); |
} |
+bool RadioInputType::isRadioButton() const |
+{ |
+ return true; |
+} |
+ |
} // namespace blink |