Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 4c8ea48c0e3f582c024e986ac86f24840bfa573d..cf0590f53569ecaa6669758a4891126c7a22f473 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -652,7 +652,7 @@ class Heap { |
void RightTrimFixedArray(FixedArrayBase* obj, int elements_to_trim); |
// Converts the given boolean condition to JavaScript boolean value. |
- inline Object* ToBoolean(bool condition); |
+ inline Oddball* ToBoolean(bool condition); |
// Check whether the heap is currently iterable. |
bool IsHeapIterable(); |