| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.html
|
| index c6a984e5aa1a635b109f2d3685fb644199429da2..0509db50388a64678740c42afbabddf8f0647de6 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.html
|
| @@ -29,7 +29,7 @@ function test()
|
|
|
| function testEditSelector(next)
|
| {
|
| - var section = WebInspector.panels.elements._stylesWidget._sectionBlocks[0].sections[3];
|
| + var section = UI.panels.elements._stylesWidget._sectionBlocks[0].sections[3];
|
| section.startEditingSelector();
|
| section._selectorElement.textContent = ".should-change, .INSERTED-OTHER-SELECTOR";
|
| InspectorTest.waitForSelectorCommitted(onSelectorEdited);
|
|
|