Index: src/compiler/register-allocator.h |
diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h |
index b70ee6e950ba0cd5f5a59fb9729e14cebcf60fe1..fe5aa73b28b9bb3cb21abc2201b5d9c8bbd8084a 100644 |
--- a/src/compiler/register-allocator.h |
+++ b/src/compiler/register-allocator.h |
@@ -585,8 +585,8 @@ class RegisterAllocator FINAL : public ZoneObject { |
DISALLOW_COPY_AND_ASSIGN(RegisterAllocator); |
}; |
-} |
-} |
-} // namespace v8::internal::compiler |
+} // namespace compiler |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_REGISTER_ALLOCATOR_H_ |