Index: Source/web/FrameLoaderClientImpl.cpp |
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp |
index 4d1ea678db560e05967bb2addc7e5c9c8ea12eaf..aa63454adff9dfdd077e3273964c4e01b3d2e397 100644 |
--- a/Source/web/FrameLoaderClientImpl.cpp |
+++ b/Source/web/FrameLoaderClientImpl.cpp |
@@ -528,7 +528,7 @@ void FrameLoaderClientImpl::loadURLExternally(const ResourceRequest& request, Na |
{ |
if (m_webFrame->client()) { |
ASSERT(m_webFrame->frame()->document()); |
- Fullscreen::from(*m_webFrame->frame()->document()).fullyExitFullscreen(); |
+ Fullscreen::fullyExitFullscreen(*m_webFrame->frame()->document()); |
WrappedResourceRequest webreq(request); |
m_webFrame->client()->loadURLExternally( |
m_webFrame, webreq, static_cast<WebNavigationPolicy>(policy), suggestedName); |