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

Unified Diff: third_party/WebKit/Source/core/testing/NullExecutionContext.cpp

Issue 2098433002: Remove ExecutionContextTask::taskNameForInstrumentation() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/testing/NullExecutionContext.cpp
diff --git a/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp b/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
index dbe371c17330e4ada6cfa3377b4c9e886b0465c8..43972377188a4733c2afc57075bb080f1a0c2bee 100644
--- a/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
+++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
@@ -30,7 +30,7 @@ NullExecutionContext::NullExecutionContext()
{
}
-void NullExecutionContext::postTask(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>)
+void NullExecutionContext::postTask(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>, const String&)
{
}

Powered by Google App Engine
This is Rietveld 408576698