| Index: Source/core/html/HTMLMediaElement.h | 
| =================================================================== | 
| --- Source/core/html/HTMLMediaElement.h	(revision 156221) | 
| +++ Source/core/html/HTMLMediaElement.h	(working copy) | 
| @@ -333,7 +333,6 @@ | 
| virtual bool alwaysCreateUserAgentShadowRoot() const OVERRIDE { return true; } | 
| virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } | 
|  | 
| -    virtual bool hasCustomFocusLogic() const OVERRIDE; | 
| virtual bool supportsFocus() const; | 
| virtual bool isMouseFocusable() const; | 
| virtual bool rendererIsNeeded(const NodeRenderingContext&); | 
|  |