summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h')
-rw-r--r--Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h b/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h
index 81637e0..b3dca15 100644
--- a/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h
+++ b/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h
@@ -44,6 +44,7 @@ namespace WebKit {
struct SecurityOriginData;
class WebContext;
+class WebProcessProxy;
class WebSecurityOrigin;
typedef GenericCallback<WKArrayRef> ArrayCallback;
@@ -64,6 +65,8 @@ public:
void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
+ bool shouldTerminate(WebProcessProxy*) const;
+
private:
WebApplicationCacheManagerProxy(WebContext*);