| Index: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-4.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-4.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-4.html
|
| index d699a1b51927dd0ad772b61ca0e64c39ac57e788..84b93b4eb66ac202c8c6f7af22f853a0606f062a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-4.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-4.html
|
| @@ -8,8 +8,8 @@
|
| function test()
|
| {
|
| // Save time on style updates.
|
| - 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)
|
|
|