| Index: third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-animations.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-animations.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-animations.html
|
| index 1f092fea341050a9add7553dca538b276b865dad..0a35e9079673ce8558c652374755bf9b05df166e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-animations.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-animations.html
|
| @@ -15,10 +15,10 @@ var initialize_Animations = function() {
|
|
|
| function test()
|
| {
|
| - WebInspector.viewManager.showView("animations");
|
| - var timeline = self.runtime.sharedInstance(WebInspector.AnimationTimeline);
|
| + UI.viewManager.showView("animations");
|
| + var timeline = self.runtime.sharedInstance(Animation.AnimationTimeline);
|
| InspectorTest.evaluateInPage("startAnimation()");
|
| - InspectorTest.addSniffer(WebInspector.AnimationModel.prototype, "animationStarted", animationStarted);
|
| + InspectorTest.addSniffer(Animation.AnimationModel.prototype, "animationStarted", animationStarted);
|
|
|
| function animationStarted()
|
| {
|
|
|