| 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 31241ae810d40bd5466600ee64964acffaa0eded..9d47f636d6f3760c25b0c5987fcd733e04e39298 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 continueAfterXFrameOptionsDenied(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
|
|
|
|
|