| Index: LayoutTests/inspector/elements/inline-style-title.html
|
| diff --git a/LayoutTests/inspector/elements/inline-style-title.html b/LayoutTests/inspector/elements/inline-style-title.html
|
| index a269498b0762967822228e7df7f0498f8a919d04..ffd1f4a9adfd13424794a45acf9dd04d3f5b9947 100644
|
| --- a/LayoutTests/inspector/elements/inline-style-title.html
|
| +++ b/LayoutTests/inspector/elements/inline-style-title.html
|
| @@ -20,7 +20,7 @@ function test()
|
|
|
| InspectorTest.nodeWithId("inline-style", onInlineStyleQueried);
|
|
|
| - var treeOutline = WebInspector.panels.elements.treeOutline;
|
| + var treeOutline = InspectorTest.firstElementsTreeOutline();
|
| var treeElement;
|
|
|
| function onInlineStyleQueried(node)
|
| @@ -38,7 +38,7 @@ function test()
|
|
|
| function onStyleUpdated()
|
| {
|
| - WebInspector.panels.elements.treeOutline._updateModifiedNodes();
|
| + InspectorTest.firstElementsTreeOutline()._updateModifiedNodes();
|
| InspectorTest.addResult("=== inline style text after change ===");
|
| InspectorTest.addResult(treeElement.title.textContent);
|
| InspectorTest.completeTest();
|
|
|