Index: Source/core/frame/Frame.cpp |
diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp |
index 114578ab0e31aa2367b1face1931fbb990b4ad25..5e1725d405037f3de26cf25a333f6de060190812 100644 |
--- a/Source/core/frame/Frame.cpp |
+++ b/Source/core/frame/Frame.cpp |
@@ -32,7 +32,7 @@ |
#include "core/dom/DocumentType.h" |
#include "core/events/Event.h" |
-#include "core/frame/DOMWindow.h" |
+#include "core/frame/LocalDOMWindow.h" |
#include "core/frame/FrameDestructionObserver.h" |
#include "core/frame/FrameHost.h" |
#include "core/frame/Settings.h" |
@@ -121,7 +121,7 @@ Settings* Frame::settings() const |
return 0; |
} |
-void Frame::setDOMWindow(PassRefPtrWillBeRawPtr<DOMWindow> domWindow) |
+void Frame::setDOMWindow(PassRefPtrWillBeRawPtr<LocalDOMWindow> domWindow) |
{ |
if (m_domWindow) |
m_domWindow->reset(); |