| Index: third_party/WebKit/Source/wtf/dtoa/strtod.h
|
| diff --git a/third_party/WebKit/Source/wtf/dtoa/strtod.h b/third_party/WebKit/Source/wtf/dtoa/strtod.h
|
| index d02f76ac73ad68644c058c030857fe5eb114d5c6..a1015ea6fa62eefa74d91d7bb7303f9162524220 100644
|
| --- a/third_party/WebKit/Source/wtf/dtoa/strtod.h
|
| +++ b/third_party/WebKit/Source/wtf/dtoa/strtod.h
|
| @@ -34,12 +34,12 @@ namespace WTF {
|
|
|
| namespace double_conversion {
|
|
|
| - // 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<const char> buffer, int exponent);
|
| +// 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<const char> buffer, int exponent);
|
|
|
| } // namespace double_conversion
|
|
|
| -} // namespace WTF
|
| +} // namespace WTF
|
|
|
| #endif // DOUBLE_CONVERSION_STRTOD_H_
|
|
|