| 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 958040419d31ab042f356f5677d3d7c6067d22dc..34be299c0ca567e73762929ff159b0be2210f628 100644
|
| --- a/third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| +++ b/third_party/WebKit/Source/platform/heap/GarbageCollected.h
|
| @@ -204,7 +204,7 @@
|
| public: \
|
| bool isHeapObjectAlive() const override \
|
| { \
|
| - return ThreadHeap::isHeapObjectAlive(this); \
|
| + return Heap::isHeapObjectAlive(this); \
|
| } \
|
| private:
|
|
|
|
|