| Index: third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html
|
| index 95c82d2bb5677c00c94de59df8c1a673a25cb9c6..d654b4fa0491f65fe048f202019a24374f281237 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html
|
| @@ -54,8 +54,7 @@ function test()
|
| InspectorTest.addResult("Null uiLocation");
|
| return;
|
| }
|
| - var networkURL = WebInspector.networkMapping.networkURL(uiLocation.uiSourceCode);
|
| - InspectorTest.addResult(networkURL + ":" + uiLocation.lineNumber + ":" + uiLocation.columnNumber);
|
| + InspectorTest.addResult(uiLocation.uiSourceCode.url() + ":" + uiLocation.lineNumber + ":" + uiLocation.columnNumber);
|
| }
|
| };
|
| </script>
|
|
|