| Index: third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html
|
| index 925c8de9fb2fd0fbccf72ffe3b8065199e298b7d..2572d48dc5f64c943b1dcf77623d0ed126b51e1d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-web-anim-negative-start-time.html
|
| @@ -28,7 +28,7 @@ function test()
|
| WebInspector.AnimationUI.Color = function() { return "black"; }
|
| var timeline;
|
| InspectorTest.addSniffer(WebInspector.TabbedPane.prototype, "changeTabView", onChangeTabView, true);
|
| - WebInspector.inspectorView.showViewInDrawer("animations", true);
|
| + WebInspector.viewManager.showView("animations");
|
|
|
| function onChangeTabView(id, view)
|
| {
|
|
|