Index: third_party/WebKit/Source/core/svg/SVGElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp |
index e45d90f3a5572e76c20288d4fed2aac71f37dfe4..1a5690663045405c1c24580f4a2e33234c0c175c 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp |
@@ -232,7 +232,7 @@ void SVGElement::applyActiveWebAnimations() { |
ActiveInterpolationsMap activeInterpolationsMap = |
AnimationStack::activeInterpolations( |
&elementAnimations()->animationStack(), nullptr, nullptr, |
- KeyframeEffect::DefaultPriority, isSVGAttributeHandle); |
+ KeyframeEffectReadOnly::DefaultPriority, isSVGAttributeHandle); |
for (auto& entry : activeInterpolationsMap) { |
const QualifiedName& attribute = entry.key.svgAttribute(); |
InterpolationEnvironment environment( |