| Index: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-2.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-2.html
|
| index 921fcdc74b0987ec46884f6ed283e23af0187b92..288a24704be2367f193d1119b548cc008e95ad2f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-2.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-2.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)
|
|
|