Index: third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp |
index a5ddaddee61ea89edcde37695c02ddd4055a49f3..7daff2e083803e10b7fddf5b8a69a0cfc22a746e 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp |
@@ -59,7 +59,7 @@ bool SVGAnimationElement::ParseValues(const String& value, |
if (i < last) |
goto fail; |
} else { |
- parse_list[i] = parse_list[i].StripWhiteSpace(); |
+ parse_list[i] = parse_list[i].StripWhiteSpace(IsHTMLSpace<UChar>); |
result.push_back(parse_list[i]); |
} |
} |