| Index: LayoutTests/http/tests/inspector/inspect-element.html
|
| diff --git a/LayoutTests/http/tests/inspector/inspect-element.html b/LayoutTests/http/tests/inspector/inspect-element.html
|
| index 1cc982999cd0c4cee4333e2bd0610301b560549b..8487ca5611186bdbc64c4931df7a8824552abe32 100644
|
| --- a/LayoutTests/http/tests/inspector/inspect-element.html
|
| +++ b/LayoutTests/http/tests/inspector/inspect-element.html
|
| @@ -14,7 +14,7 @@ function test()
|
| if (!node)
|
| return;
|
| if (node.getAttribute("id") == "div") {
|
| - InspectorTest.addResult(node.appropriateSelectorFor());
|
| + InspectorTest.addResult(WebInspector.DOMPresentationUtils.appropriateSelectorFor(node));
|
| InspectorTest.completeTest();
|
| }
|
| }
|
|
|