summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/appcache/ApplicationCacheHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/appcache/ApplicationCacheHost.h')
-rw-r--r--WebCore/loader/appcache/ApplicationCacheHost.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/loader/appcache/ApplicationCacheHost.h b/WebCore/loader/appcache/ApplicationCacheHost.h
index c224172..667205d 100644
--- a/WebCore/loader/appcache/ApplicationCacheHost.h
+++ b/WebCore/loader/appcache/ApplicationCacheHost.h
@@ -43,6 +43,7 @@
namespace WebCore {
class DOMApplicationCache;
class DocumentLoader;
+ class Frame;
class ResourceLoader;
class ResourceError;
class ResourceRequest;
@@ -144,6 +145,8 @@ namespace WebCore {
void setDOMApplicationCache(DOMApplicationCache*);
void notifyDOMApplicationCache(EventID, int progressTotal, int progressDone);
+ void stopLoadingInFrame(Frame*);
+
void stopDeferringEvents(); // Also raises the events that have been queued up.
#if ENABLE(INSPECTOR)