| Index: third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h b/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
|
| index 5a91d8119eef3260c754d13a31b65cd048f1f411..eb965f040a37539e25159b59576a753ccbac597a 100644
|
| --- a/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
|
| +++ b/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
|
| @@ -59,10 +59,7 @@ class CORE_EXPORT MainThreadTaskRunner final {
|
| std::unique_ptr<ExecutionContextTask>,
|
| const String& taskNameForInstrumentation = emptyString());
|
|
|
| - void postInspectorTask(const WebTraceLocation&,
|
| - std::unique_ptr<ExecutionContextTask>);
|
| void perform(std::unique_ptr<ExecutionContextTask>,
|
| - bool isInspectorTask,
|
| bool instrumenting);
|
|
|
| void suspend();
|
| @@ -73,11 +70,6 @@ class CORE_EXPORT MainThreadTaskRunner final {
|
|
|
| void pendingTasksTimerFired(TimerBase*);
|
|
|
| - void postTaskInternal(const WebTraceLocation&,
|
| - std::unique_ptr<ExecutionContextTask>,
|
| - bool isInspectorTask,
|
| - bool instrumenting);
|
| -
|
| // Untraced back reference to the owner Document;
|
| // this object has identical lifetime to it.
|
| UntracedMember<ExecutionContext> m_context;
|
|
|