Index: Source/core/frame/Location.cpp |
diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp |
index e38b2fde82e6b82bfb19f913ce03355271e222cd..4c6bf005be21c7b55633dfd65e1edb7465f71637 100644 |
--- a/Source/core/frame/Location.cpp |
+++ b/Source/core/frame/Location.cpp |
@@ -243,7 +243,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(nullAtom, activeWindow->document()); |
if (!frame) |
return; |
frame->domWindow()->setLocation(url, activeWindow, firstWindow); |