| Index: Source/platform/heap/Handle.h
|
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
|
| index 20660c3ddccec99af0a8d5763a1f91cfb4a6ac41..056eebf5d69b8559dafda1e44cf7fa0af0fba7a2 100644
|
| --- a/Source/platform/heap/Handle.h
|
| +++ b/Source/platform/heap/Handle.h
|
| @@ -169,7 +169,7 @@ private:
|
| // passed between threads.
|
| class GlobalPersistents {
|
| public:
|
| - static PersistentNode* roots() { return ThreadState::globalRoots(); }
|
| + static PersistentNode* roots() { return &ThreadState::globalRoots(); }
|
|
|
| class Lock {
|
| public:
|
|
|