| Index: third_party/WebKit/Source/platform/heap/Heap.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/Heap.cpp b/third_party/WebKit/Source/platform/heap/Heap.cpp
|
| index bf086aa367139e968bb66a85da19f122ecec1b8d..8289f796792c2eaabeecd5150b24dd23e1e93cc9 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.cpp
|
| @@ -212,15 +212,6 @@ BasePage* ThreadHeap::findPageFromAddress(Address address) {
|
| }
|
| return nullptr;
|
| }
|
| -
|
| -bool ThreadHeap::isAtSafePoint() {
|
| - MutexLocker locker(m_threadAttachMutex);
|
| - for (ThreadState* state : m_threads) {
|
| - if (!state->isAtSafePoint())
|
| - return false;
|
| - }
|
| - return true;
|
| -}
|
| #endif
|
|
|
| Address ThreadHeap::checkAndMarkPointer(Visitor* visitor, Address address) {
|
|
|