| Index: third_party/WebKit/Source/core/dom/Fullscreen.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Fullscreen.cpp b/third_party/WebKit/Source/core/dom/Fullscreen.cpp
|
| index 33ed40d194f2701efc3e35b4a7fd368d35e0ae6e..b8a1bcc1cadf7a42464cf02797ff2978c2b7e0ac 100644
|
| --- a/third_party/WebKit/Source/core/dom/Fullscreen.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Fullscreen.cpp
|
| @@ -114,7 +114,7 @@ bool fullscreenIsSupported(Document& document) {
|
| // Fullscreen is supported if there is no previously-established user
|
| // preference, security risk, or platform limitation.
|
| bool fullscreenSupported =
|
| - !document.settings() || document.settings()->fullscreenSupported();
|
| + !document.settings() || document.settings()->getFullscreenSupported();
|
|
|
| if (!RuntimeEnabledFeatures::featurePolicyEnabled()) {
|
| return fullscreenSupported;
|
|
|