| Index: third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/PersistentNode.cpp b/third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| index fcb060ca55e80643beaec9ba133fc81e5b72332e..4130a321df116a2514ad20dc6c7f75f692bdf93c 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| @@ -126,7 +126,7 @@ void CrossThreadPersistentRegion::prepareForThreadStateTermination(ThreadState*
|
| // but not invalidate its CrossThreadPersistent<>s.
|
| if (page->orphaned())
|
| continue;
|
| - if (page->heap()->threadState() == threadState)
|
| + if (page->arena()->threadState() == threadState)
|
| persistent->clear();
|
| }
|
| slots = slots->m_next;
|
|
|