| Index: LayoutTests/inspector/elements/styles/undo-add-new-rule.html
|
| diff --git a/LayoutTests/inspector/elements/styles/undo-add-new-rule.html b/LayoutTests/inspector/elements/styles/undo-add-new-rule.html
|
| index ec19e3ef1fd87e7b16613de8be04970bce78a090..efd37574c582af69ea0b761cd4845fd4bc5d0c93 100644
|
| --- a/LayoutTests/inspector/elements/styles/undo-add-new-rule.html
|
| +++ b/LayoutTests/inspector/elements/styles/undo-add-new-rule.html
|
| @@ -71,7 +71,7 @@ function test()
|
|
|
| function printStyleSheetAndCall(next)
|
| {
|
| - var section = WebInspector.panels.elements.sidebarPanes.styles.sections[0][2];
|
| + var section = WebInspector.inspectorView.panel("elements").sidebarPanes.styles.sections[0][2];
|
| var id = section.styleRule.style.styleSheetId;
|
| CSSAgent.getStyleSheetText(id, callback);
|
| function callback(result, styleSheetText)
|
|
|