Index: src/ic/ia32/ic-ia32.cc |
diff --git a/src/ic/ia32/ic-ia32.cc b/src/ic/ia32/ic-ia32.cc |
index bb3d61d57aba05e66c953755eeb7830052c5f828..6d54b074d22fcad6ca2a3a066dc893eb42300387 100644 |
--- a/src/ic/ia32/ic-ia32.cc |
+++ b/src/ic/ia32/ic-ia32.cc |
@@ -851,7 +851,7 @@ void PatchInlinedSmiCode(Address address, InlinedSmiCheck check) { |
: (*jmp_address == Assembler::kJnzShortOpcode ? not_carry : carry); |
*jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); |
} |
-} |
-} // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_TARGET_ARCH_IA32 |