Index: Source/core/html/HTMLFormControlElement.h |
diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h |
index bfa7259fc0a46885a10251b0aade968b5b92b831..fa6be5f70d9197606546a2b4434db3a87dd763a3 100644 |
--- a/Source/core/html/HTMLFormControlElement.h |
+++ b/Source/core/html/HTMLFormControlElement.h |
@@ -117,7 +117,6 @@ protected: |
virtual void didMoveToNewDocument(Document* oldDocument) OVERRIDE; |
virtual bool supportsFocus() const OVERRIDE; |
- virtual bool rendererIsFocusable() const OVERRIDE; |
virtual bool isKeyboardFocusable() const OVERRIDE; |
virtual bool shouldShowFocusRingOnMouseFocus() const; |
virtual bool shouldHaveFocusAppearance() const OVERRIDE; |