Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 690deeb93a029088e74814371a92eb03c8446145..f1d05c73b3ef2eda8c683e85cbad1bf6bb682154 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -498,7 +498,6 @@ class MemoryChunk { |
void ResetProgressBar() { |
if (IsFlagSet(MemoryChunk::HAS_PROGRESS_BAR)) { |
set_progress_bar(0); |
- ClearFlag(MemoryChunk::HAS_PROGRESS_BAR); |
} |
} |