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