| 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 d26610273bf88c95e9ac9786d8c32a50feb1435c..fa06e2e0b35b330acd55d12400eb2af92e1d01bd 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 willDispachEventSourceEvent(ThreadableLoaderClient*, const AtomicString& eventName, const AtomicString& eventId, const Vector<UChar>& data);
|
| void didFinishEventSourceRequest(ThreadableLoaderClient*);
|
|
|
| - void willDestroyResource(Resource*);
|
| + void removedResourceFromMemoryCache(Resource*);
|
|
|
| void applyUserAgentOverride(String* userAgent);
|
|
|
|
|