| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| index 470734e223b5414356c1d3204fa045ebfcb563a0..a1e116205dd04886b544e79ead09963a9f150a59 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -100,9 +100,6 @@ class CORE_EXPORT ExecutionContext : public ContextLifecycleNotifier,
|
| const WebTraceLocation&,
|
| std::unique_ptr<ExecutionContextTask>,
|
| const String& taskNameForInstrumentation = emptyString()) = 0;
|
| - void postTask(const WebTraceLocation&,
|
| - std::unique_ptr<ExecutionContextTask>,
|
| - const String& taskNameForInstrumentation = emptyString());
|
|
|
| // Gets the DOMTimerCoordinator which maintains the "active timer
|
| // list" of tasks created by setTimeout and setInterval. The
|
|
|