| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index ed97200c0bd3f914a719de441dd56cd59ea1d92c..fca889322e798f3d8c57c5f067c79e22f4a5abe8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -5738,11 +5738,6 @@ void Document::postTask(const WebTraceLocation& location,
|
| m_taskRunner->postTask(location, std::move(task), taskNameForInstrumentation);
|
| }
|
|
|
| -void Document::postInspectorTask(const WebTraceLocation& location,
|
| - std::unique_ptr<ExecutionContextTask> task) {
|
| - m_taskRunner->postInspectorTask(location, std::move(task));
|
| -}
|
| -
|
| void Document::tasksWereSuspended() {
|
| scriptRunner()->suspend();
|
|
|
|
|