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()); |
} |
} |