| 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 8be705644eb0e833cb7f3164f6cae08f9ae679a4..5b8a2f608b9db51d931c94eca931aa7bc1392432 100644
|
| --- a/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
|
| +++ b/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
|
| @@ -58,20 +58,12 @@ 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);
|
|
|
| private:
|
| explicit MainThreadTaskRunner(ExecutionContext*);
|
|
|
| - 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;
|
|
|