Index: src/heap/heap-inl.h |
diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h |
index 9e3421e3220fdd8606cfe2f3445f92b91f3f97d9..48e928d71106c1f7785b04d4cc7eebb8bd1b3de8 100644 |
--- a/src/heap/heap-inl.h |
+++ b/src/heap/heap-inl.h |
@@ -458,8 +458,6 @@ bool Heap::AllowedToBeMigrated(HeapObject* obj, AllocationSpace dst) { |
case PROPERTY_CELL_SPACE: |
case LO_SPACE: |
return false; |
- case INVALID_SPACE: |
- break; |
} |
UNREACHABLE(); |
return false; |