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); |
haraken
2014/02/11 17:00:21
Why did you remove this?
kouhei (in TOK)
2014/02/12 01:57:49
This was redundant. There is a call already in lin
|
if (ptr >= end) |
return true; |
} |