Index: Source/platform/heap/ThreadState.h |
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
index e7775ea86c871b0e7e511134abb3d78b3a41fc09..c94e4b68d885d3f960573290a905b3df38ead42b 100644 |
--- a/Source/platform/heap/ThreadState.h |
+++ b/Source/platform/heap/ThreadState.h |
@@ -473,7 +473,7 @@ public: |
// List of global persistent roots not owned by any particular thread. |
// globalRootsMutex must be acquired before any modifications. |
- static PersistentNode* globalRoots(); |
+ static PersistentNode& globalRoots(); |
static Mutex& globalRootsMutex(); |
// Visit local thread stack and trace all pointers conservatively. |