Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Unified Diff: third_party/WebKit/Source/core/dom/Document.cpp

Issue 2534803002: Move InspectorTask handling from MainThreadTaskRunner to Document (Closed)
Patch Set: rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.h ('k') | third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698