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