| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| index 24101502ba58f33c786f5e371118bebd7fdde4df..09c51275fba5c18fc21eeca7156acff65d7d1720 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -126,8 +126,6 @@ class CORE_EXPORT WorkerGlobalScope
|
| void disableEval(const String& errorMessage) final;
|
| String userAgent() const final { return m_userAgent; }
|
|
|
| - // This is necessary to make parent's postTask visible.
|
| - using ExecutionContext::postTask;
|
| void postTask(TaskType,
|
| const WebTraceLocation&,
|
| std::unique_ptr<ExecutionContextTask>,
|
|
|