Index: Source/core/frame/Location.cpp |
diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp |
index d5c644c04f5fe10efc8b62da04fddcbe53c7806f..bb7e5e73524570de12b784b515d27d9f5fad0599 100644 |
--- a/Source/core/frame/Location.cpp |
+++ b/Source/core/frame/Location.cpp |
@@ -244,7 +244,7 @@ void Location::setLocation(const String& url, DOMWindow* activeWindow, DOMWindow |
{ |
ASSERT(m_frame); |
// We call findFrameForNavigation to handle the case of a seamless iframe correctly. |
- Frame* frame = m_frame->loader()->findFrameForNavigation(String(), activeWindow->document()); |
+ Frame* frame = m_frame->loader().findFrameForNavigation(String(), activeWindow->document()); |
if (!frame) |
return; |
frame->domWindow()->setLocation(url, activeWindow, firstWindow); |