| 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 af2bcfac6c73a10b520ec88eb42482e65b77dfb4..34072b0400e7600cdea08ea1c0b11753e2de254a 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -413,7 +413,7 @@
|
|
|
| double SMILTimeContainer::currentTime() const
|
| {
|
| - return document().timeline().currentTimeInternal();
|
| + return document().animationClock().currentTime();
|
| }
|
|
|
| void SMILTimeContainer::serviceOnNextFrame()
|
|
|