| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 2199e569be68ce6fe2e41e9e3397b15ae9f4a548..47df5cc4ba95ff8578e3cfaab36c464463590075 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -980,7 +980,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
| bool isDNSPrefetchEnabled() const { return m_isDNSPrefetchEnabled; }
|
| void parseDNSPrefetchControlHeader(const String&);
|
|
|
| - using ExecutionContext::postTask;
|
| void postTask(TaskType,
|
| const WebTraceLocation&,
|
| std::unique_ptr<ExecutionContextTask>,
|
|
|