Index: src/heap/spaces-inl.h |
diff --git a/src/heap/spaces-inl.h b/src/heap/spaces-inl.h |
index a12ed6f296d986f2cd51e565f667f312c8553e5f..cd76fe68ce2d1ec2ca974d754a0ad01ed9a31f9d 100644 |
--- a/src/heap/spaces-inl.h |
+++ b/src/heap/spaces-inl.h |
@@ -487,7 +487,7 @@ intptr_t LargeObjectSpace::Available() { |
return ObjectSizeFor(heap()->isolate()->memory_allocator()->Available()); |
} |
-} |
-} // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_HEAP_SPACES_INL_H_ |