| Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| index 8d7a3702727cf193c18d1ff2580df5c095e0cc8e..ef843ee041c237a21c2cebdc0985abd20615e032 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| @@ -167,13 +167,6 @@ KURL ExecutionContext::completeURL(const String& url) const {
|
| return virtualCompleteURL(url);
|
| }
|
|
|
| -void ExecutionContext::postTask(const WebTraceLocation& location,
|
| - std::unique_ptr<ExecutionContextTask> task,
|
| - const String& taskNameForInstrumentation) {
|
| - postTask(TaskType::Unspecified, location, std::move(task),
|
| - taskNameForInstrumentation);
|
| -}
|
| -
|
| void ExecutionContext::allowWindowInteraction() {
|
| ++m_windowInteractionTokens;
|
| }
|
|
|