| Index: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| index 181bccf7570fae80ccfca1861c0101e106a92481..c59df1aeabffd2924d0f7c020c136613d3fdd1a1 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -309,7 +309,7 @@ ImageAnimationPolicy SMILTimeContainer::animationPolicy() const {
|
| if (!settings)
|
| return ImageAnimationPolicyAllowed;
|
|
|
| - return settings->imageAnimationPolicy();
|
| + return settings->getImageAnimationPolicy();
|
| }
|
|
|
| bool SMILTimeContainer::handleAnimationPolicy(
|
|
|