| Index: LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html
|
| diff --git a/LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html b/LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html
|
| index f0316f25d0867929691ac47046afd7dd5f19af15..85e3b008e830665d52bae6aed222c46ccd9dd692 100644
|
| --- a/LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html
|
| +++ b/LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html
|
| @@ -57,7 +57,7 @@ function test()
|
|
|
| function editNewProperty(next)
|
| {
|
| - var section = WebInspector.panels.elements.sidebarPanes.styles.sections[0][1];
|
| + var section = WebInspector.inspectorView.panel("elements").sidebarPanes.styles.sections[0][1];
|
| section.expand();
|
|
|
| treeElement = section.addNewBlankProperty(0);
|
|
|