| Index: Source/core/html/HTMLMediaElement.cpp | 
| diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp | 
| index 7ded8f1ae11459baab8be9f532b593824b2becdc..183ff45cbdc1b8e360c94a1769c146c930458245 100644 | 
| --- a/Source/core/html/HTMLMediaElement.cpp | 
| +++ b/Source/core/html/HTMLMediaElement.cpp | 
| @@ -546,11 +546,11 @@ void HTMLMediaElement::removedFrom(ContainerNode* insertionPoint) | 
| HTMLElement::removedFrom(insertionPoint); | 
| } | 
|  | 
| -void HTMLMediaElement::attach(const AttachContext& context) | 
| +void HTMLMediaElement::createRenderTree(const AttachContext& context) | 
| { | 
| ASSERT(!attached()); | 
|  | 
| -    HTMLElement::attach(context); | 
| +    HTMLElement::createRenderTree(context); | 
|  | 
| if (renderer()) | 
| renderer()->updateFromElement(); | 
|  |