| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index f0c308a4aa384e11cbd4b007701a7e48980ceb96..5c938233d25f14cba2a951f3bb4c1d035a5ba287 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -1702,7 +1702,7 @@ void Internals::setIsCursorVisible(Document* document, bool isVisible, Exception
|
| void Internals::mediaPlayerRequestFullscreen(HTMLMediaElement* mediaElement)
|
| {
|
| ASSERT(mediaElement);
|
| - mediaElement->mediaPlayerRequestFullscreen();
|
| + mediaElement->requestFullscreen();
|
| }
|
|
|
| double Internals::effectiveMediaVolume(HTMLMediaElement* mediaElement)
|
|
|