summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/MainResourceLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/MainResourceLoader.h')
-rw-r--r--WebCore/loader/MainResourceLoader.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/WebCore/loader/MainResourceLoader.h b/WebCore/loader/MainResourceLoader.h
index d9ce2f9..d3f411b 100644
--- a/WebCore/loader/MainResourceLoader.h
+++ b/WebCore/loader/MainResourceLoader.h
@@ -39,9 +39,6 @@
namespace WebCore {
-#if ENABLE(OFFLINE_WEB_APPLICATIONS)
- class ApplicationCache;
-#endif
class FormState;
struct ResourceRequest;
@@ -71,10 +68,6 @@ namespace WebCore {
bool isLoadingMultipartContent() const { return m_loadingMultipartContent; }
-#if ENABLE(OFFLINE_WEB_APPLICATIONS)
- ApplicationCache* applicationCache() const { return m_applicationCache.get(); }
-#endif
-
private:
MainResourceLoader(Frame*);
@@ -105,11 +98,6 @@ namespace WebCore {
MainResourceLoaderTimer m_dataLoadTimer;
-#if ENABLE(OFFLINE_WEB_APPLICATIONS)
- // The application cache that the main resource was loaded from (if any).
- RefPtr<ApplicationCache> m_applicationCache;
-#endif
-
bool m_loadingMultipartContent;
bool m_waitingForContentPolicy;
};