| Index: Source/core/svg/SVGAnimationElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp
|
| index 4b59a4a2ed6bbea2eae633a3477221fa3a37659c..ae647a9033ccdadfa0c0ae3f296087e838398711 100644
|
| --- a/Source/core/svg/SVGAnimationElement.cpp
|
| +++ b/Source/core/svg/SVGAnimationElement.cpp
|
| @@ -52,7 +52,7 @@ SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document&
|
| UseCounter::count(document, UseCounter::SVGAnimationElement);
|
| }
|
|
|
| -static bool parseValues(const String& value, Vector<String>& result)
|
| +bool SVGAnimationElement::parseValues(const String& value, Vector<String>& result)
|
| {
|
| // Per the SMIL specification, leading and trailing white space,
|
| // and white space before and after semicolon separators, is allowed and will be ignored.
|
|
|