Index: src/zone-allocator.h |
diff --git a/src/zone-allocator.h b/src/zone-allocator.h |
index 30abe2180456b5af3b71a46a04bc19eb29db7597..f46151ebc3db0ee40a97c6264bfd742e2189901c 100644 |
--- a/src/zone-allocator.h |
+++ b/src/zone-allocator.h |
@@ -66,6 +66,7 @@ class zone_allocator { |
typedef zone_allocator<bool> ZoneBoolAllocator; |
typedef zone_allocator<int> ZoneIntAllocator; |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_ZONE_ALLOCATOR_H_ |