Index: src/fixed-dtoa.h |
diff --git a/src/fixed-dtoa.h b/src/fixed-dtoa.h |
index 0a6cb50818dc8f6afa390935dbfd0d4c003953d6..f8a29e0639808597de32faff987d9300902530f6 100644 |
--- a/src/fixed-dtoa.h |
+++ b/src/fixed-dtoa.h |
@@ -29,6 +29,7 @@ namespace internal { |
bool FastFixedDtoa(double v, int fractional_count, |
Vector<char> buffer, int* length, int* decimal_point); |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_FIXED_DTOA_H_ |