| 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 5863b5af83a2382802ead6cbdece212857a0ad19..a02bb30ec4a3bba79ff239169131da6f55dc4bd5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| @@ -133,7 +133,7 @@ InspectorTest._defaultWorkspaceEventHandler = function(event)
|
| return;
|
| if (uiSourceCode.project().type() === WebInspector.projectTypes.Service)
|
| return;
|
| - InspectorTest.addResult("Workspace event: " + event.type + ": " + uiSourceCode.url() + ".");
|
| + InspectorTest.addResult(`Workspace event: ${event.type.toString()}: ${uiSourceCode.url()}.`);
|
| }
|
|
|
| InspectorTest.uiSourceCodeURL = function(uiSourceCode)
|
|
|