summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/InspectorApplicationCacheAgent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/InspectorApplicationCacheAgent.h')
-rw-r--r--Source/WebCore/inspector/InspectorApplicationCacheAgent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/inspector/InspectorApplicationCacheAgent.h b/Source/WebCore/inspector/InspectorApplicationCacheAgent.h
index 34abf81..04b9533 100644
--- a/Source/WebCore/inspector/InspectorApplicationCacheAgent.h
+++ b/Source/WebCore/inspector/InspectorApplicationCacheAgent.h
@@ -60,7 +60,7 @@ public:
void networkStateChanged();
// From Frontend
- void getApplicationCaches(ErrorString* error, RefPtr<InspectorValue>* applicationCaches);
+ void getApplicationCaches(ErrorString*, RefPtr<InspectorObject>* applicationCaches);
private:
PassRefPtr<InspectorObject> buildObjectForApplicationCache(const ApplicationCacheHost::ResourceInfoList&, const ApplicationCacheHost::CacheInfo&);