| Index: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| index 13df8ce66fa3b930b8b219f193ac43281c672fc2..acc1ff3ad50ea2cc35c0050d16f6f2611c539fb9 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -109,7 +109,7 @@ public:
|
| void willDispatchEventSourceEvent(ThreadableLoaderClient*, const AtomicString& eventName, const AtomicString& eventId, const String& data);
|
| void didFinishEventSourceRequest(ThreadableLoaderClient*);
|
|
|
| - void removedResourceFromMemoryCache(Resource*);
|
| + void willDestroyResource(Resource*);
|
|
|
| void applyUserAgentOverride(String* userAgent);
|
|
|
|
|