| 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 5889a8f795c07f25f1ac9d8627c0aa344c51fb03..30af245cf3d411a084b0fa52267bdf23303d3786 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -1139,7 +1139,7 @@ void HTMLMediaElement::startPlayerLoad(const KURL& playerProvidedUrl)
|
|
|
| if (isFullscreen()) {
|
| // This handles any transition to or from fullscreen overlay mode.
|
| - frame->chromeClient().enterFullScreenForElement(this);
|
| + frame->chromeClient().enterFullscreenForElement(this);
|
| }
|
| }
|
|
|
|
|