Index: src/dtoa.h |
diff --git a/src/dtoa.h b/src/dtoa.h |
index ca6277ee56f099a737d8eba03ce0b3d498b42426..9f190ab4727da5152f0d159a1b5d00e0d87582eb 100644 |
--- a/src/dtoa.h |
+++ b/src/dtoa.h |
@@ -59,6 +59,7 @@ const int kBase10MaximalLength = 17; |
void DoubleToAscii(double v, DtoaMode mode, int requested_digits, |
Vector<char> buffer, int* sign, int* length, int* point); |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |
#endif // V8_DTOA_H_ |