Index: src/ic/mips/ic-mips.cc |
diff --git a/src/ic/mips/ic-mips.cc b/src/ic/mips/ic-mips.cc |
index 6fdb0ee27c82d9aa47df961e3269f18eb1ba0b3b..7dbaad788ae0b1558432c0c13504c27e51eeb528 100644 |
--- a/src/ic/mips/ic-mips.cc |
+++ b/src/ic/mips/ic-mips.cc |
@@ -870,7 +870,7 @@ void PatchInlinedSmiCode(Address address, InlinedSmiCheck check) { |
patcher.ChangeBranchCondition(eq); |
} |
} |
-} |
-} // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_TARGET_ARCH_MIPS |