Chromium Code Reviews| Index: src/heap/heap-inl.h |
| diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h |
| index cff69b1e17d4dcdc5ea18f470a9b483f46a30e8d..716a8ea7ff6e236cec3ee1f6b1bceed79fa13922 100644 |
| --- a/src/heap/heap-inl.h |
| +++ b/src/heap/heap-inl.h |
| @@ -700,7 +700,7 @@ void VerifySmisVisitor::VisitPointers(Object** start, Object** end) { |
| CHECK((*current)->IsSmi()); |
| } |
| } |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_HEAP_HEAP_INL_H_ |