Index: Source/core/svg/SVGAnimationElement.cpp |
diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp |
index 02cf8923f6fce1f1ff5bcc317bbfa333302d292f..48c27f4f0adfc8301def3cfe2b8dc9e79698537b 100644 |
--- a/Source/core/svg/SVGAnimationElement.cpp |
+++ b/Source/core/svg/SVGAnimationElement.cpp |
@@ -110,7 +110,7 @@ static void parseKeySplinesInternal(const String& string, Vector<UnitBezier>& re |
} |
float posD = 0; |
- if (!parseNumber(ptr, end, posD, false)) { |
+ if (!parseNumber(ptr, end, posD, DisallowWhitespace)) { |
result.clear(); |
return; |
} |