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