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