| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 397330e780aedd694d8034a27b4c2cf531962d9f..5250b7be436d929bd822f5a8ef4908f368c33272 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -844,7 +844,7 @@ public:
|
|
|
| // FIXME(crbug.com/305497): This should be removed once LocalDOMWindow is an ExecutionContext.
|
| virtual void postTask(PassOwnPtr<ExecutionContextTask>) OVERRIDE; // Executes the task on context's thread asynchronously.
|
| - void postInspectorTask(const Closure&);
|
| + void postInspectorTask(PassOwnPtr<ExecutionContextTask>);
|
|
|
| virtual void tasksWereSuspended() OVERRIDE FINAL;
|
| virtual void tasksWereResumed() OVERRIDE FINAL;
|
|
|