| Index: third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/PersistentNode.h b/third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| index b13c76fa877e83111bbed542cb90984140fda83b..6fbc02a2bf4fbd6d680518ea8fcaec5e3fbe50bc 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| +++ b/third_party/WebKit/Source/platform/heap/PersistentNode.h
|
| @@ -169,7 +169,7 @@ class CrossThreadPersistentRegion final {
|
|
|
| public:
|
| CrossThreadPersistentRegion()
|
| - : m_persistentRegion(wrapUnique(new PersistentRegion)) {}
|
| + : m_persistentRegion(WTF::wrapUnique(new PersistentRegion)) {}
|
|
|
| void allocatePersistentNode(PersistentNode*& persistentNode,
|
| void* self,
|
|
|