| Index: third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html
|
| index 9067d7eb728ece3fc50105dd8ebe1ba01eb034e2..64bcf70dbe4629e588f876c99c601a2a2a5373ab 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html
|
| @@ -62,7 +62,7 @@ function test()
|
| var groupIds = [];
|
| var i = 0;
|
| var stepNumber = 0;
|
| - var model = Animation.AnimationModel.fromTarget(InspectorTest.mainTarget);
|
| + var model = InspectorTest.mainTarget.model(Animation.AnimationModel);
|
| model.ensureEnabled();
|
| model.addEventListener(Animation.AnimationModel.Events.AnimationGroupStarted, groupStarted);
|
| // Each step triggers a new animation group.
|
|
|