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

Unified Diff: Source/web/ApplicationCacheHost.cpp

Issue 32793003: Have Frame::navigationScheduler() return a reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 2 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
« no previous file with comments | « Source/core/page/CreateWindow.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ApplicationCacheHost.cpp
diff --git a/Source/web/ApplicationCacheHost.cpp b/Source/web/ApplicationCacheHost.cpp
index 964d9bf7afbe2e2ef5ed79c96b7435a69961dd63..a64e6122d20e4810f8bb5b25a19120e391d63069 100644
--- a/Source/web/ApplicationCacheHost.cpp
+++ b/Source/web/ApplicationCacheHost.cpp
@@ -109,7 +109,7 @@ void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL)
// during navigation.
// see WebCore::ApplicationCacheGroup::selectCache()
Frame* frame = m_documentLoader->frame();
- frame->navigationScheduler()->scheduleLocationChange(frame->document()->securityOrigin(),
+ frame->navigationScheduler().scheduleLocationChange(frame->document()->securityOrigin(),
frame->document()->url(), frame->document()->referrer());
}
}
« no previous file with comments | « Source/core/page/CreateWindow.cpp ('k') | Source/web/WebFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698