| Index: Source/core/html/HTMLAreaElement.h | 
| diff --git a/Source/core/html/HTMLAreaElement.h b/Source/core/html/HTMLAreaElement.h | 
| index f664130687f5ceb8a28d980ca69ace79943b6203..6f11a736a40aeb8b25d42c79058b215bf9d2ec57 100644 | 
| --- a/Source/core/html/HTMLAreaElement.h | 
| +++ b/Source/core/html/HTMLAreaElement.h | 
| @@ -50,7 +50,6 @@ private: | 
| explicit HTMLAreaElement(Document&); | 
|  | 
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; | 
| -    virtual bool supportsFocus() const OVERRIDE; | 
| virtual bool isKeyboardFocusable() const OVERRIDE; | 
| virtual bool isMouseFocusable() const OVERRIDE; | 
| virtual bool rendererIsFocusable() const OVERRIDE; | 
|  |