summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/src/ApplicationCacheHostInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/src/ApplicationCacheHostInternal.h')
-rw-r--r--WebKit/chromium/src/ApplicationCacheHostInternal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKit/chromium/src/ApplicationCacheHostInternal.h b/WebKit/chromium/src/ApplicationCacheHostInternal.h
index 902b9b5..c88420b 100644
--- a/WebKit/chromium/src/ApplicationCacheHostInternal.h
+++ b/WebKit/chromium/src/ApplicationCacheHostInternal.h
@@ -53,6 +53,11 @@ public:
m_outerHost.set(webFrame->client()->createApplicationCacheHost(webFrame, this));
}
+ virtual void didChangeCacheAssociation()
+ {
+ // FIXME: Prod the inspector to update it's notion of what cache the page is using.
+ }
+
virtual void notifyEventListener(WebKit::WebApplicationCacheHost::EventID eventID)
{
m_innerHost->notifyDOMApplicationCache(static_cast<ApplicationCacheHost::EventID>(eventID), 0, 0);