| Index: third_party/WebKit/LayoutTests/inspector/animation/animation-KeyframeEffectReadOnly-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-KeyframeEffectReadOnly-crash.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-KeyframeEffectReadOnly-crash.html
|
| index 2e35c38e122306e9267dc1e2a128dc68beae9a1d..225f34b6bd2784d5f026f4260f688db72ab8e65a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/animation/animation-KeyframeEffectReadOnly-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-KeyframeEffectReadOnly-crash.html
|
| @@ -24,8 +24,8 @@ 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("startAnimationWithKeyframeEffect()");
|
| InspectorTest.waitForAnimationAdded(step2);
|
|
|
|
|