| Index: third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html
|
| index d23c5e63ed66b21d95816994b347e4e3c1646e36..bca1d2e2eddbba936b8336432ed88c1322a7e334 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-timeline.html
|
| @@ -62,7 +62,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)
|
| {
|
|
|