Index: Source/core/html/forms/RadioInputType.h |
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h |
index 1571f81596a276a3a5d00fc96bd3ad24a3985a51..594506e23e5ce652af7e5123c77eb0d000f7c53e 100644 |
--- a/Source/core/html/forms/RadioInputType.h |
+++ b/Source/core/html/forms/RadioInputType.h |
@@ -51,7 +51,6 @@ private: |
virtual bool shouldSendChangeEventAfterCheckedChanged() OVERRIDE; |
virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() OVERRIDE; |
virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE; |
- virtual bool isRadioButton() const OVERRIDE; |
virtual bool shouldAppearIndeterminate() const OVERRIDE; |
}; |