| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| index 4553261c6bfacfc0eba9ba71a11d3cc4027867f2..93bb4edea8fa690cdc06435f28dd7110ae9a5ee5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| @@ -42,7 +42,7 @@ CORE_EXPORT bool collectingHTMLParseErrors(Document*);
|
| CORE_EXPORT void canceledAfterReceivedResourceResponse(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&);
|
| CORE_EXPORT void continueWithPolicyIgnore(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&);
|
| CORE_EXPORT bool consoleAgentEnabled(ExecutionContext*);
|
| -CORE_EXPORT void removedResourceFromMemoryCache(Resource*);
|
| +CORE_EXPORT void willDestroyResource(Resource*);
|
|
|
| } // namespace InspectorInstrumentation
|
|
|
|
|