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