| Index: third_party/WebKit/LayoutTests/inspector/elements/inline-style-title.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/inline-style-title.html b/third_party/WebKit/LayoutTests/inspector/elements/inline-style-title.html
|
| index 5272e61d03e79e77901106500bf09472bea49f99..266143cd05a7f22c22d932e8e81d967b7d77b468 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/inline-style-title.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/inline-style-title.html
|
| @@ -15,8 +15,8 @@ function updateStyleText()
|
| 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.nodeWithId("inline-style", onInlineStyleQueried);
|
|
|
|
|