| Index: third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| index 1abd40f602092f4071eeb6a183649b9f2218023c..526385d96ba97bbccc063106f0eed6c8de7f879c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| @@ -132,12 +132,12 @@ InspectorTest._defaultWorkspaceEventHandler = function(event)
|
| return;
|
| if (uiSourceCode.project().type() === WebInspector.projectTypes.Service)
|
| return;
|
| - InspectorTest.addResult("Workspace event: " + event.type + ": " + uiSourceCode.uri() + ".");
|
| + InspectorTest.addResult("Workspace event: " + event.type + ": " + uiSourceCode.url() + ".");
|
| }
|
|
|
| InspectorTest.uiSourceCodeURL = function(uiSourceCode)
|
| {
|
| - return uiSourceCode.originURL().replace(/.*LayoutTests/, "LayoutTests");
|
| + return uiSourceCode.url().replace(/.*LayoutTests/, "LayoutTests");
|
| }
|
|
|
| InspectorTest.dumpUISourceCode = function(uiSourceCode, callback)
|
|
|