Index: Source/core/dom/ExecutionContext.h |
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
index 5cdcf5625130e3d938f93f241bd7d30a502c179f..6e3ec9b70e797094d4e3939a1d29574c5dbf2abc 100644 |
--- a/Source/core/dom/ExecutionContext.h |
+++ b/Source/core/dom/ExecutionContext.h |
@@ -69,7 +69,7 @@ |
virtual void disableEval(const String& errorMessage) = 0; |
virtual LocalDOMWindow* executingWindow() { return 0; } |
virtual String userAgent(const KURL&) const = 0; |
- virtual void postTask(const WebTraceLocation&, PassOwnPtr<ExecutionContextTask>) = 0; // Executes the task on context's thread asynchronously. |
+ virtual void postTask(PassOwnPtr<ExecutionContextTask>) = 0; // Executes the task on context's thread asynchronously. |
virtual double timerAlignmentInterval() const = 0; |
// Gets the DOMTimerCoordinator which maintains the "active timer |