| Index: third_party/WebKit/Source/platform/heap/PendingGCRunner.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/PendingGCRunner.h b/third_party/WebKit/Source/platform/heap/PendingGCRunner.h
|
| index 6d41f0b3552a2b7a4ac515bbf63ed97f533d2a6b..9f6131c6d7392297a29235ae40de24417a258680 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PendingGCRunner.h
|
| +++ b/third_party/WebKit/Source/platform/heap/PendingGCRunner.h
|
| @@ -61,7 +61,7 @@ public:
|
| m_nesting--;
|
|
|
| ThreadState* state = ThreadState::current();
|
| - state->safePoint(m_nesting ? ThreadState::HeapPointersOnStack : ThreadState::NoHeapPointersOnStack);
|
| + state->safePoint(m_nesting ? BlinkGC::HeapPointersOnStack : BlinkGC::NoHeapPointersOnStack);
|
| }
|
|
|
| private:
|
|
|