Index: src/allocation.h |
diff --git a/src/allocation.h b/src/allocation.h |
index 292e1fe23b5f8a070eac5a165aad5dac2b052818..7c1e023b8646f8a258d715bbedb70ddd31f8e844 100644 |
--- a/src/allocation.h |
+++ b/src/allocation.h |
@@ -88,6 +88,7 @@ class FreeStoreAllocationPolicy { |
void* AlignedAlloc(size_t size, size_t alignment); |
void AlignedFree(void *ptr); |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_ALLOCATION_H_ |