| 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 f24bb0086a29016c24f5824777d34ea49d1a8c28..9067d7eb728ece3fc50105dd8ebe1ba01eb034e2 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,9 +62,9 @@ function test()
|
| var groupIds = [];
|
| var i = 0;
|
| var stepNumber = 0;
|
| - 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);
|
| // Each step triggers a new animation group.
|
| var steps = [
|
| "restartAnimation('node1', 'expandWidth')",
|
|
|