| Index: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1.html
|
| index 869a62cd5732e2ce25564ae3d3594c7832745de8..f53a48fcbd26e3fa79efc5b53361b58d58bcf109 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-1.html
|
| @@ -8,7 +8,7 @@
|
| function test()
|
| {
|
| // Save time on style updates.
|
| - WebInspector.ElementsPanel.show();
|
| + WebInspector.viewManager.showView("elements");
|
|
|
| WebInspector.StylesSidebarPane.prototype.update = function() {};
|
| WebInspector.MetricsSidebarPane.prototype.update = function() {};
|
|
|