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

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

Issue 941403002: Revert of Add task location information to ExecutionContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/testing/NullExecutionContext.h ('k') | Source/core/workers/WorkerEventQueue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/NullExecutionContext.cpp
diff --git a/Source/core/testing/NullExecutionContext.cpp b/Source/core/testing/NullExecutionContext.cpp
index 0ad1b73ed532c88634c6f9b6d68dece8aeac779d..eed3e17e5c66d4026127de8f8ad4d956bfd5d20b 100644
--- a/Source/core/testing/NullExecutionContext.cpp
+++ b/Source/core/testing/NullExecutionContext.cpp
@@ -30,7 +30,7 @@
{
}
-void NullExecutionContext::postTask(const WebTraceLocation&, PassOwnPtr<ExecutionContextTask>)
+void NullExecutionContext::postTask(PassOwnPtr<ExecutionContextTask>)
{
}
« no previous file with comments | « Source/core/testing/NullExecutionContext.h ('k') | Source/core/workers/WorkerEventQueue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698