| Index: third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| index 4cf12c7249e2452e05762b4835c67506aa291bb9..f0d423c34e573694b50f3c521405137196ceda88 100644
|
| --- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| @@ -5,7 +5,6 @@
|
| #include "core/animation/PropertyInterpolationTypesMapping.h"
|
|
|
| #include "core/HTMLNames.h"
|
| -#include "core/XLinkNames.h"
|
| #include "core/animation/CSSColorInterpolationType.h"
|
| #include "core/animation/CSSFontWeightInterpolationType.h"
|
| #include "core/animation/CSSImageInterpolationType.h"
|
| @@ -266,6 +265,7 @@ const InterpolationTypes* PropertyInterpolationTypesMapping::get(const PropertyH
|
| || attribute == SVGNames::edgeModeAttr
|
| || attribute == SVGNames::filterUnitsAttr
|
| || attribute == SVGNames::gradientUnitsAttr
|
| + || attribute == SVGNames::hrefAttr
|
| || attribute == SVGNames::inAttr
|
| || attribute == SVGNames::in2Attr
|
| || attribute == SVGNames::lengthAdjustAttr
|
| @@ -287,8 +287,7 @@ const InterpolationTypes* PropertyInterpolationTypesMapping::get(const PropertyH
|
| || attribute == SVGNames::targetAttr
|
| || attribute == SVGNames::typeAttr
|
| || attribute == SVGNames::xChannelSelectorAttr
|
| - || attribute == SVGNames::yChannelSelectorAttr
|
| - || attribute == XLinkNames::hrefAttr) {
|
| + || attribute == SVGNames::yChannelSelectorAttr) {
|
| // Use default SVGValueInterpolationType.
|
| } else {
|
| fallbackToLegacy = true;
|
|
|