Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(859)

Unified Diff: Source/core/frame/Location.cpp

Issue 138443013: Remove iframe@seamless (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Include remove tests Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698