| Index: third_party/WebKit/Source/platform/heap/CallbackStack.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/CallbackStack.cpp b/third_party/WebKit/Source/platform/heap/CallbackStack.cpp
|
| index c6e905c629d2bf31b3f76b29804d402f928f7e25..e61dae9fe5886cf5a2be0b0e9079294dca6d2a0b 100644
|
| --- a/third_party/WebKit/Source/platform/heap/CallbackStack.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/CallbackStack.cpp
|
| @@ -113,7 +113,7 @@ bool CallbackStack::Block::hasCallbackForObject(const void* object) {
|
| #endif
|
|
|
| std::unique_ptr<CallbackStack> CallbackStack::create() {
|
| - return wrapUnique(new CallbackStack());
|
| + return WTF::wrapUnique(new CallbackStack());
|
| }
|
|
|
| CallbackStack::CallbackStack() : m_first(nullptr), m_last(nullptr) {}
|
|
|