| Index: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-1.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-1.html
|
| index b926927fa75796a388c01918d7d3b0b4da8b7843..e2b5b8f278bc3fe25c55c23a72dc65c3d33e8cf6 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-1.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-1.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)
|
|
|