| Index: src/ic/x87/ic-x87.cc
|
| diff --git a/src/ic/x87/ic-x87.cc b/src/ic/x87/ic-x87.cc
|
| index 2cf7f4b39cf6485fe35bd0085844453b333b9c76..14473d25b7fc6f5c87ffb3e132302e80a297ab74 100644
|
| --- a/src/ic/x87/ic-x87.cc
|
| +++ b/src/ic/x87/ic-x87.cc
|
| @@ -949,7 +949,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_X87
|
|
|