| Index: third_party/WebKit/Source/platform/Timer.h
|
| diff --git a/third_party/WebKit/Source/platform/Timer.h b/third_party/WebKit/Source/platform/Timer.h
|
| index 6afec7d7e28a45722099bf1494f927a419a8e6ae..87e8aae279db9e5cabb782f2dcd5d1ea6d83035b 100644
|
| --- a/third_party/WebKit/Source/platform/Timer.h
|
| +++ b/third_party/WebKit/Source/platform/Timer.h
|
| @@ -150,7 +150,7 @@ class TimerIsObjectAliveTrait<T, true> {
|
| public:
|
| static bool isHeapObjectAlive(T* objectPointer)
|
| {
|
| - return !Heap::willObjectBeLazilySwept(objectPointer);
|
| + return !ThreadHeap::willObjectBeLazilySwept(objectPointer);
|
| }
|
| };
|
|
|
|
|