| Index: third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/GarbageCollected.h b/third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| index e0380d182ea2cf960d453d2a1fa40a150bce8f04..8013100d7f44b188698ecabc7f7f7133636280b7 100644
|
| --- a/third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| +++ b/third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| @@ -203,7 +203,7 @@ public:
|
| public: \
|
| bool isHeapObjectAlive() const override \
|
| { \
|
| - return Heap::isHeapObjectAlive(this); \
|
| + return ThreadHeap::isHeapObjectAlive(this); \
|
| } \
|
| private:
|
|
|
|
|