| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 907fb5055b007ac696e1a1d25f722dbdac720c50..38cbd58e24602730e8f327e2a8e275617b07afeb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -996,8 +996,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
| std::unique_ptr<ExecutionContextTask>,
|
| const String& taskNameForInstrumentation = emptyString())
|
| override; // Executes the task on context's thread asynchronously.
|
| - void postInspectorTask(const WebTraceLocation&,
|
| - std::unique_ptr<ExecutionContextTask>);
|
|
|
| void tasksWereSuspended() final;
|
| void tasksWereResumed() final;
|
|
|