| Index: Source/core/animation/EffectInput.cpp
|
| diff --git a/Source/core/animation/EffectInput.cpp b/Source/core/animation/EffectInput.cpp
|
| index 8dcf8051ea2ce065cfe7d0a1244dff84cc4f1279..f98cb2c49e751080c7d17c1be29596e834f5f549 100644
|
| --- a/Source/core/animation/EffectInput.cpp
|
| +++ b/Source/core/animation/EffectInput.cpp
|
| @@ -78,9 +78,14 @@ const QualifiedName* supportedSVGAttribute(const String& property, SVGElement* s
|
| &SVGNames::clipPathUnitsAttr,
|
| &SVGNames::edgeModeAttr,
|
| &SVGNames::filterResAttr,
|
| + &SVGNames::offsetAttr,
|
| &SVGNames::orderAttr,
|
| &SVGNames::orientAttr,
|
| + &SVGNames::pathLengthAttr,
|
| &SVGNames::pointsAttr,
|
| + &SVGNames::tableValuesAttr,
|
| + &SVGNames::valuesAttr,
|
| + &SVGNames::zAttr,
|
| &XLinkNames::hrefAttr,
|
| };
|
| for (size_t i = 0; i < WTF_ARRAY_LENGTH(attributes); i++)
|
|
|