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

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

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/page/NetworkStateNotifier.cpp ('k') | Source/core/testing/NullExecutionContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/NullExecutionContext.h
diff --git a/Source/core/testing/NullExecutionContext.h b/Source/core/testing/NullExecutionContext.h
index 72053dfb873a7f5945ec7c1de1d5d9428a73f307..6585ab09872d541cd2c5f9a5f86bc5e52762a1ff 100644
--- a/Source/core/testing/NullExecutionContext.h
+++ b/Source/core/testing/NullExecutionContext.h
@@ -24,7 +24,7 @@
virtual void disableEval(const String&) override { }
virtual String userAgent(const KURL&) const override { return String(); }
- virtual void postTask(const WebTraceLocation&, PassOwnPtr<ExecutionContextTask>) override;
+ virtual void postTask(PassOwnPtr<ExecutionContextTask>) override;
virtual EventTarget* errorEventTarget() override { return nullptr; }
virtual EventQueue* eventQueue() const override { return m_queue.get(); }
« no previous file with comments | « Source/core/page/NetworkStateNotifier.cpp ('k') | Source/core/testing/NullExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698