Index: Source/core/html/forms/CheckboxInputType.cpp |
diff --git a/Source/core/html/forms/CheckboxInputType.cpp b/Source/core/html/forms/CheckboxInputType.cpp |
index 5da3d2941d8c3a7d97a4cd93a19e792620abb9d6..f7652279ecfa1dbe1b0c52e0349163da4b7b419c 100644 |
--- a/Source/core/html/forms/CheckboxInputType.cpp |
+++ b/Source/core/html/forms/CheckboxInputType.cpp |
@@ -97,11 +97,6 @@ void CheckboxInputType::didDispatchClick(Event* event, const ClickHandlingState& |
event->setDefaultHandled(); |
} |
-bool CheckboxInputType::isCheckbox() const |
-{ |
- return true; |
-} |
- |
bool CheckboxInputType::shouldAppearIndeterminate() const |
{ |
return element().indeterminate(); |