| Index: third_party/WebKit/Source/platform/heap/ThreadState.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| index 16825dce3a9344508e8aaec61ad32f41fa2ed837..ad16e0ba590404145287918e2d1cc0a86b0bb008 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
|
| @@ -651,7 +651,7 @@ private:
|
| bool m_shouldFlushHeapDoesNotContainCache;
|
| GCState m_gcState;
|
|
|
| - CallbackStack* m_threadLocalWeakCallbackStack;
|
| + std::unique_ptr<CallbackStack> m_threadLocalWeakCallbackStack;
|
|
|
| // Pre-finalizers are called in the reverse order in which they are
|
| // registered by the constructors (including constructors of Mixin objects)
|
|
|