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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp

Issue 2653673006: Move loadType() to DocumentLoader (Closed)
Patch Set: Rebase Created 3 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: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
index 683027a4c2f31cde830ca80ef190974c31f487c8..f54da409225a9f4fa64f26ad71eda001e5e3c011 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
@@ -529,7 +529,8 @@ NavigationPolicy FrameLoaderClientImpl::decidePolicyForNavigation(
isBackForwardLoadType(toWebLocalFrameImpl(m_webFrame->parent())
->frame()
->loader()
- .loadType()) &&
+ .documentLoader()
+ ->loadType()) &&
!toWebLocalFrameImpl(m_webFrame->parent())
->frame()
->document()
« no previous file with comments | « third_party/WebKit/Source/core/loader/ProgressTrackerTest.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698