| Index: third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp b/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
|
| index 8d950cc938194f17e883f796a22578d356092408..f0ca3eaf5f61f5c4e9cd3b7d031766903731c05c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
|
| @@ -33,9 +33,9 @@ static inline bool isValidRange(const FloatType& x) {
|
| return x >= -max && x <= max;
|
| }
|
|
|
| -// We use this generic parseNumber function to allow the Path parsing code to work
|
| -// at a higher precision internally, without any unnecessary runtime cost or code
|
| -// complexity.
|
| +// We use this generic parseNumber function to allow the Path parsing code to
|
| +// work at a higher precision internally, without any unnecessary runtime cost
|
| +// or code complexity.
|
| template <typename CharType, typename FloatType>
|
| static bool genericParseNumber(const CharType*& cursor,
|
| const CharType* end,
|
|
|