Index: src/small-pointer-list.h |
diff --git a/src/small-pointer-list.h b/src/small-pointer-list.h |
index 241689e5b23e2032c0abfe3dca1e66509ac96088..9ece249064488f3dbce43af57363dcb24a67c469 100644 |
--- a/src/small-pointer-list.h |
+++ b/src/small-pointer-list.h |
@@ -170,6 +170,7 @@ class SmallPointerList { |
DISALLOW_COPY_AND_ASSIGN(SmallPointerList); |
}; |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_SMALL_POINTER_LIST_H_ |