| Index: Source/core/html/HTMLVideoElement.h | 
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h | 
| index c93933068d2c474029ad26b499877ad751f4ee94..29e0d2e4079b653511dbe65045dfa43784d953df 100644 | 
| --- a/Source/core/html/HTMLVideoElement.h | 
| +++ b/Source/core/html/HTMLVideoElement.h | 
| @@ -75,7 +75,7 @@ private: | 
|  | 
| virtual bool rendererIsNeeded(const RenderStyle&); | 
| virtual RenderObject* createRenderer(RenderStyle*); | 
| -    virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; | 
| +    virtual void createRenderTree(const AttachContext& = AttachContext()) OVERRIDE; | 
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; | 
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; | 
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; | 
|  |