| Index: Source/core/html/HTMLVideoElement.cpp | 
| diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp | 
| index ded6f09305a1106a5ae5cf25a853ca4cd04aa459..5b7d0aba620d540f3cccd102f38de219a3a6f7a2 100644 | 
| --- a/Source/core/html/HTMLVideoElement.cpp | 
| +++ b/Source/core/html/HTMLVideoElement.cpp | 
| @@ -69,9 +69,9 @@ RenderObject* HTMLVideoElement::createRenderer(RenderStyle*) | 
| return new RenderVideo(this); | 
| } | 
|  | 
| -void HTMLVideoElement::attach(const AttachContext& context) | 
| +void HTMLVideoElement::createRenderTree(const AttachContext& context) | 
| { | 
| -    HTMLMediaElement::attach(context); | 
| +    HTMLMediaElement::createRenderTree(context); | 
|  | 
| updateDisplayState(); | 
| if (shouldDisplayPosterImage()) { | 
|  |