| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.html
|
| index 59665ebed826e5f284c9f860a631c7bdcc43d893..568721973346e922a6ab8fc98ea54b0b4857e529 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.html
|
| @@ -13,7 +13,7 @@ function test()
|
| var container = InspectorTest.expandedNodeWithId("container");
|
| var children = container.children();
|
| for (var i = 0; i < children.length; ++i)
|
| - InspectorTest.addResult(WebInspector.DOMPresentationUtils.simpleSelector(children[i]));
|
| + InspectorTest.addResult(Components.DOMPresentationUtils.simpleSelector(children[i]));
|
| InspectorTest.completeTest();
|
| }
|
| }
|
|
|