summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorResourceAgent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorResourceAgent.h')
-rw-r--r--WebCore/inspector/InspectorResourceAgent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/InspectorResourceAgent.h b/WebCore/inspector/InspectorResourceAgent.h
index e3153bf..1e77d58 100644
--- a/WebCore/inspector/InspectorResourceAgent.h
+++ b/WebCore/inspector/InspectorResourceAgent.h
@@ -85,7 +85,7 @@ public:
void didFinishLoading(unsigned long identifier, double finishTime);
void didFailLoading(unsigned long identifier, const ResourceError&);
void didLoadResourceFromMemoryCache(DocumentLoader*, const CachedResource*);
- void setOverrideContent(unsigned long identifier, const String& sourceString, const String& type);
+ void setInitialContent(unsigned long identifier, const String& sourceString, const String& type);
void didCommitLoad(DocumentLoader*);
void frameDetachedFromParent(Frame*);