| 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 af0420e55e5a090bfade6c97cc9ebccb692424a3..33f3fd3ca89240643a6f93feb503f7c3e65eaeab 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
|
| @@ -44,9 +44,9 @@ function test()
|
|
|
| function startTransition()
|
| {
|
| - var model = WebInspector.AnimationModel.fromTarget(InspectorTest.mainTarget);
|
| + var model = Animation.AnimationModel.fromTarget(InspectorTest.mainTarget);
|
| model.ensureEnabled();
|
| - model.addEventListener(WebInspector.AnimationModel.Events.AnimationGroupStarted, groupStarted);
|
| + model.addEventListener(Animation.AnimationModel.Events.AnimationGroupStarted, groupStarted);
|
| InspectorTest.evaluateInPage("startCSSTransition()");
|
| }
|
|
|
|
|