| Index: third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
|
| index 33f3fd3ca89240643a6f93feb503f7c3e65eaeab..3430aae9711535ee7c3a69aa80b9e1924315b97d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
|
| @@ -44,7 +44,7 @@ function test()
|
|
|
| function startTransition()
|
| {
|
| - var model = Animation.AnimationModel.fromTarget(InspectorTest.mainTarget);
|
| + var model = InspectorTest.mainTarget.model(Animation.AnimationModel);
|
| model.ensureEnabled();
|
| model.addEventListener(Animation.AnimationModel.Events.AnimationGroupStarted, groupStarted);
|
| InspectorTest.evaluateInPage("startCSSTransition()");
|
|
|