Chromium Code Reviews| Index: Source/wtf/DefaultAllocator.h |
| diff --git a/Source/wtf/DefaultAllocator.h b/Source/wtf/DefaultAllocator.h |
| index be2ce77a2d72315a2e1e7be015dcb6506a1202d1..3e28b15625c331775fcade23ea20491da7057dfb 100644 |
| --- a/Source/wtf/DefaultAllocator.h |
| +++ b/Source/wtf/DefaultAllocator.h |
| @@ -135,6 +135,7 @@ public: |
| static bool isHeapObjectAlive(T* object) |
| { |
| ASSERT_NOT_REACHED(); |
| + return false; |
| } |
| static void markNoTracing(...) |