Index: Source/core/html/forms/RadioInputType.h |
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h |
index 2f965eeef20075a975c4ead63be00ea293850d0c..8b8cf800be3be572dc02e65f16f9f137e8419d60 100644 |
--- a/Source/core/html/forms/RadioInputType.h |
+++ b/Source/core/html/forms/RadioInputType.h |
@@ -52,7 +52,7 @@ private: |
virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() OVERRIDE; |
virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE; |
virtual bool isRadioButton() const OVERRIDE; |
- virtual bool supportsIndeterminateAppearance() const OVERRIDE; |
+ virtual bool shouldAppearIndeterminate() const OVERRIDE; |
}; |
} // namespace WebCore |