| Index: third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.html | 
| diff --git a/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.html b/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.html | 
| index e8ccb1e19edbbcd48c1b76d53d50c2f18ba8f0fe..d8aa6a8b1e9e5563cf4c10208548119ecbcb0261 100644 | 
| --- a/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.html | 
| +++ b/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop.html | 
| @@ -45,7 +45,7 @@ requestAnimationFrame(function() { | 
| input.id = "target2"; | 
| // Insert the element again. | 
| document.body.appendChild(input); | 
| -        shouldBe("document.timeline.getAnimations().length", "0"); | 
| +        shouldBe("document.getAnimations().length", "0"); | 
| finishJSTest(); | 
| }); | 
| }); | 
|  |