Chromium Code Reviews| Index: src/fast-dtoa.cc |
| diff --git a/src/fast-dtoa.cc b/src/fast-dtoa.cc |
| index d6edddce1df6d9a516c6dee69bc3313b0283072f..ed7223ee440d310cf5413ae7bfb35a8a7584a7cc 100644 |
| --- a/src/fast-dtoa.cc |
| +++ b/src/fast-dtoa.cc |
| @@ -712,4 +712,5 @@ bool FastDtoa(double v, |
| return result; |
| } |
| -} } // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |