Index: Source/web/FrameLoaderClientImpl.cpp |
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp |
index f76882975b9aa0a6081406973539e328c9e50581..f3a25486648bd3354006ca53b82f900335666edf 100644 |
--- a/Source/web/FrameLoaderClientImpl.cpp |
+++ b/Source/web/FrameLoaderClientImpl.cpp |
@@ -125,6 +125,12 @@ void FrameLoaderClientImpl::dispatchDidClearWindowObjectInMainWorld() |
} |
} |
+void FrameLoaderClientImpl::dispatchWillReplaceDocumentWhileExecutingJavaScriptURL() |
+{ |
+ if (m_webFrame->client()) |
+ m_webFrame->client()->willReplaceDocumentWhileExecutingJavaScriptURL(m_webFrame); |
+} |
+ |
void FrameLoaderClientImpl::documentElementAvailable() |
{ |
if (m_webFrame->client()) |