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

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

Issue 2580263002: Remove TaskType::Unspecified (14) (Closed)
Patch Set: rebase Created 3 years, 11 months 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/ExecutionContext.cpp
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
index 8d7a3702727cf193c18d1ff2580df5c095e0cc8e..ef843ee041c237a21c2cebdc0985abd20615e032 100644
--- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
+++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
@@ -167,13 +167,6 @@ KURL ExecutionContext::completeURL(const String& url) const {
return virtualCompleteURL(url);
}
-void ExecutionContext::postTask(const WebTraceLocation& location,
- std::unique_ptr<ExecutionContextTask> task,
- const String& taskNameForInstrumentation) {
- postTask(TaskType::Unspecified, location, std::move(task),
- taskNameForInstrumentation);
-}
-
void ExecutionContext::allowWindowInteraction() {
++m_windowInteractionTokens;
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/ExecutionContext.h ('k') | third_party/WebKit/Source/core/dom/TaskRunnerHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698