Chromium Code Reviews| Index: src/strtod.h |
| =================================================================== |
| --- src/strtod.h (revision 5603) |
| +++ src/strtod.h (working copy) |
| @@ -33,7 +33,7 @@ |
| // The buffer must only contain digits in the range [0-9]. It must not |
| // contain a dot or a sign. It must not start with '0', and must not be empty. |
| -double Strtod(Vector<char> buffer, int exponent); |
| +double strtod(Vector<char> buffer, int exponent); |
| } } // namespace v8::internal |