| 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 7dc9571ecc412a4d661a7654406196b4810907ba..fe12d80ab6770e442705badaef2004a197b74f0e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -110,7 +110,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);
|
|
|
|
|