| Index: third_party/WebKit/Source/core/html/HTMLVideoElementPersistentTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElementPersistentTest.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElementPersistentTest.cpp
|
| index d3be4b6bb3d61620f175286937371dbe883ef23e..478cb9dfe6f6154bab29d9c54210255efd49bb42 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElementPersistentTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElementPersistentTest.cpp
|
| @@ -56,7 +56,7 @@ class HTMLVideoElementPersistentTest : public ::testing::Test {
|
| }
|
|
|
| Element* FullscreenElement() {
|
| - return Fullscreen::CurrentFullScreenElementFrom(GetDocument());
|
| + return Fullscreen::FullscreenElementFrom(GetDocument());
|
| }
|
|
|
| MockChromeClient& GetMockChromeClient() { return *chrome_client_; }
|
|
|