| Index: third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html b/third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html
|
| index 3474d844ddcb7998108645fb7c9c3519ccca4c89..1989981b012d1b4ee296e28c8ebe503be25812ff 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html
|
| @@ -12,7 +12,7 @@ function setAnimationProperty(value) {
|
| }
|
|
|
| function getAnimations() {
|
| - return document.timeline.getAnimations();
|
| + return document.getAnimations();
|
| }
|
|
|
| function clearAnimations() {
|
|
|