| 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 f53a48fcbd26e3fa79efc5b53361b58d58bcf109..d72426a41d9b2743381cc9ba4773cd48c11952b7 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,10 +8,10 @@
|
| function test()
|
| {
|
| // Save time on style updates.
|
| - WebInspector.viewManager.showView("elements");
|
| + UI.viewManager.showView("elements");
|
|
|
| - WebInspector.StylesSidebarPane.prototype.update = function() {};
|
| - WebInspector.MetricsSidebarPane.prototype.update = function() {};
|
| + Elements.StylesSidebarPane.prototype.update = function() {};
|
| + Elements.MetricsSidebarPane.prototype.update = function() {};
|
|
|
| InspectorTest.runTestSuite([
|
| function testSetUp(next)
|
|
|