| Index: third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| index c156c57af8c7ebce7d1d312838644470c57d7025..8712967a38ad5bd98bb2acc2facaac4c8a746c7d 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| @@ -71,7 +71,7 @@ class CallClosureTask final : public ExecutionContextTask {
|
| public:
|
| static std::unique_ptr<CallClosureTask> create(
|
| std::unique_ptr<Function<T, threadAffinity>> closure) {
|
| - return wrapUnique(new CallClosureTask(std::move(closure)));
|
| + return WTF::wrapUnique(new CallClosureTask(std::move(closure)));
|
| }
|
|
|
| private:
|
|
|