Chromium Code Reviews| Index: src/heap/heap-inl.h |
| diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h |
| index 57e6cc4c935d41e4fd130cff4a62d82b1745a2fa..1480da34108c5e49cd992b10de421520f777e0aa 100644 |
| --- a/src/heap/heap-inl.h |
| +++ b/src/heap/heap-inl.h |
| @@ -655,8 +655,7 @@ void Heap::ClearInstanceofCache() { |
| set_instanceof_cache_function(Smi::FromInt(0)); |
| } |
| - |
| -Object* Heap::ToBoolean(bool condition) { |
| +Oddball* Heap::ToBoolean(bool condition) { |
| return condition ? true_value() : false_value(); |
| } |