Index: Source/core/page/Page.cpp |
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp |
index a1182a75394aaed60af4f4db0aedb34628487759..0280d99f053fa983e6c2939f7e32dbda13267106 100644 |
--- a/Source/core/page/Page.cpp |
+++ b/Source/core/page/Page.cpp |
@@ -635,6 +635,11 @@ void Page::willBeDestroyed() |
m_mainFrame = nullptr; |
} |
+bool Page::shouldDisableDesktopWorkarounds() |
+{ |
+ return m_chrome->client().shouldDisableDesktopWorkarounds(); |
+} |
+ |
Page::PageClients::PageClients() |
: chromeClient(nullptr) |
, contextMenuClient(nullptr) |