summaryrefslogtreecommitdiff
path: root/deps/v8/src/dtoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/dtoa.h')
-rw-r--r--deps/v8/src/dtoa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/dtoa.h b/deps/v8/src/dtoa.h
index ca6277ee56..9f190ab472 100644
--- a/deps/v8/src/dtoa.h
+++ b/deps/v8/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_