| Index: third_party/WebKit/LayoutTests/inspector/workspace-mapping.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/workspace-mapping.html b/third_party/WebKit/LayoutTests/inspector/workspace-mapping.html
|
| index 751a66110e43e45f566d6afcbd231d66b3b18041..336713b9f02b0240afd3c0e58ca194d741308ee9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/workspace-mapping.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/workspace-mapping.html
|
| @@ -43,7 +43,7 @@ function test()
|
| function dumpUISourceCodeForURL(url)
|
| {
|
| var uiSourceCode = networkMapping.uiSourceCodeForURLForAnyTarget(url);
|
| - InspectorTest.addResult(" url " + url + " is mapped to " + (uiSourceCode ? uiSourceCode.uri() : null));
|
| + InspectorTest.addResult(" url " + url + " is mapped to " + (uiSourceCode ? uiSourceCode.url() : null));
|
| }
|
|
|
| function dumpURLForPath(fileSystemPath, filePath)
|
|
|