Chromium Code Reviews| Index: src/ic/ic.cc |
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
| index 9c8f079deac6bbd3b8454750722ab59ce4252996..a75142fe9cc77957cd3b3427777faac23fb25ed9 100644 |
| --- a/src/ic/ic.cc |
| +++ b/src/ic/ic.cc |
| @@ -2906,5 +2906,5 @@ static const Address IC_utilities[] = { |
| Address IC::AddressFromUtilityId(IC::UtilityId id) { return IC_utilities[id]; } |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |