Index: src/x64/cpu-x64.cc |
diff --git a/src/x64/cpu-x64.cc b/src/x64/cpu-x64.cc |
index 59a187f14c7809621080b8e515642c8755c61e92..0224b23a822bc78a7ffdfff2c7f6e03e532b3d60 100644 |
--- a/src/x64/cpu-x64.cc |
+++ b/src/x64/cpu-x64.cc |
@@ -39,6 +39,7 @@ void CpuFeatures::FlushICache(void* start, size_t size) { |
#endif |
} |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_TARGET_ARCH_X64 |