Chromium Code Reviews| Index: Source/wtf/DefaultAllocator.h |
| diff --git a/Source/wtf/DefaultAllocator.h b/Source/wtf/DefaultAllocator.h |
| index 11783916d1ae55c220685e64a86c43696e5591d3..be2ce77a2d72315a2e1e7be015dcb6506a1202d1 100644 |
| --- a/Source/wtf/DefaultAllocator.h |
| +++ b/Source/wtf/DefaultAllocator.h |
| @@ -131,6 +131,11 @@ public: |
| } |
| static bool isAllocationAllowed() { return true; } |
| + template<typename T> |
| + static bool isHeapObjectAlive(T* object) |
| + { |
| + ASSERT_NOT_REACHED(); |
| + } |
| static void markNoTracing(...) |
| { |