Chromium Code Reviews| Index: Source/core/svg/SVGPointList.cpp |
| diff --git a/Source/core/svg/SVGPointList.cpp b/Source/core/svg/SVGPointList.cpp |
| index e0910d612e6b05e9ffb4e2c39849fecd1fb6296b..3b1e3e29ce0d691130dd59ec6d6261d9a8ea4c5e 100644 |
| --- a/Source/core/svg/SVGPointList.cpp |
| +++ b/Source/core/svg/SVGPointList.cpp |
| @@ -105,7 +105,6 @@ bool SVGPointList::parse(const CharType*& ptr, const CharType* end) |
| } |
| // check end of list |
| - skipOptionalSVGSpaces(ptr, end); |
| if (ptr >= end) |
| return true; |
| } |