summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorApplicationCacheAgent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorApplicationCacheAgent.cpp')
-rw-r--r--WebCore/inspector/InspectorApplicationCacheAgent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/InspectorApplicationCacheAgent.cpp b/WebCore/inspector/InspectorApplicationCacheAgent.cpp
index 918643b..ced61c5 100644
--- a/WebCore/inspector/InspectorApplicationCacheAgent.cpp
+++ b/WebCore/inspector/InspectorApplicationCacheAgent.cpp
@@ -48,7 +48,7 @@ InspectorApplicationCacheAgent::InspectorApplicationCacheAgent(InspectorControll
void InspectorApplicationCacheAgent::didReceiveManifestResponse(unsigned long identifier, const ResourceResponse& response)
{
- m_inspectorController->didReceiveResponse(identifier, response);
+ m_inspectorController->didReceiveResponse(identifier, 0, response);
}
void InspectorApplicationCacheAgent::updateApplicationCacheStatus(ApplicationCacheHost::Status status)