Index: src/heap/incremental-marking.h |
diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h |
index 8f38b5ad4a5c49677c4b3749977350d576de9ce7..ee1290e6c89de06b7be1a1b255ac971045a7e3cb 100644 |
--- a/src/heap/incremental-marking.h |
+++ b/src/heap/incremental-marking.h |
@@ -276,7 +276,7 @@ class IncrementalMarking { |
DISALLOW_IMPLICIT_CONSTRUCTORS(IncrementalMarking); |
}; |
-} |
-} // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_HEAP_INCREMENTAL_MARKING_H_ |