Index: Source/core/loader/FrameLoader.cpp |
diff --git a/Source/core/loader/FrameLoader.cpp b/Source/core/loader/FrameLoader.cpp |
index f9ac63b279dda900df889b425685309cd7d8048c..42e504cd7cce6edda7a61d67df7e11153f97bb48 100644 |
--- a/Source/core/loader/FrameLoader.cpp |
+++ b/Source/core/loader/FrameLoader.cpp |
@@ -48,7 +48,7 @@ |
#include "core/fetch/FetchContext.h" |
#include "core/fetch/ResourceFetcher.h" |
#include "core/fetch/ResourceLoader.h" |
-#include "core/frame/DOMWindow.h" |
+#include "core/frame/LocalDOMWindow.h" |
#include "core/frame/FrameHost.h" |
#include "core/frame/FrameView.h" |
#include "core/frame/LocalFrame.h" |
@@ -908,7 +908,7 @@ void FrameLoader::commitProvisionalLoad() |
// its frame is not in a consistent state for rendering, so avoid setJSStatusBarText |
// since it may cause clients to attempt to render the frame. |
if (!m_stateMachine.creatingInitialEmptyDocument()) { |
- DOMWindow* window = m_frame->domWindow(); |
+ LocalDOMWindow* window = m_frame->domWindow(); |
window->setStatus(String()); |
window->setDefaultStatus(String()); |
} |