Chromium Code Reviews| Index: src/runtime/runtime-utils.h |
| diff --git a/src/runtime/runtime-utils.h b/src/runtime/runtime-utils.h |
| index 4b072b1eb600f1f0998ff5ec291dae6c5821c7d5..ded2c090c88ba9f2a908732c75850e3e71d8a2c0 100644 |
| --- a/src/runtime/runtime-utils.h |
| +++ b/src/runtime/runtime-utils.h |
| @@ -162,7 +162,7 @@ static inline ObjectPair MakePair(Object* x, Object* y) { |
| } |
| #endif |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_RUNTIME_RUNTIME_UTILS_H_ |