| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp | 
| index cbd958d391f264a0e6a8665ca3fb3af706d35116..f1334c3da09a4fd48e046b02ace7b7001c81cc40 100644 | 
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp | 
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp | 
| @@ -1050,7 +1050,7 @@ void HTMLMediaElement::startPlayerLoad() | 
|  | 
| if (isFullscreen()) { | 
| // This handles any transition to or from fullscreen overlay mode. | 
| -        document().frame()->chromeClient().enterFullScreenForElement(this); | 
| +        frame->chromeClient().enterFullScreenForElement(this); | 
| } | 
| } | 
|  | 
|  |