| 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 e95d5967fc3801a52b0b71adedc1318810bee17f..7e3cf1f74019abf39a58b79fa8f623c7adf5c623 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
|
| @@ -42,7 +42,6 @@ CORE_EXPORT bool collectingHTMLParseErrors(Document*);
|
| CORE_EXPORT void canceledAfterReceivedResourceResponse(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
| CORE_EXPORT void continueWithPolicyIgnore(LocalFrame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&, Resource*);
|
| CORE_EXPORT bool consoleAgentEnabled(ExecutionContext*);
|
| -CORE_EXPORT void willDestroyResource(Resource*);
|
|
|
| } // namespace InspectorInstrumentation
|
|
|
|
|