| Index: third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| index 8e8f02875824e05c2f5c335ead86265a6fcdc728..095aafcebb13e674311694b09f709c6ef97b67ab 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| @@ -41,7 +41,8 @@ Bindings.DefaultScriptMapping = class {
|
| this._debuggerModel = debuggerModel;
|
| this._debuggerWorkspaceBinding = debuggerWorkspaceBinding;
|
| var projectId = Bindings.DefaultScriptMapping.projectIdForTarget(debuggerModel.target());
|
| - this._project = new Bindings.ContentProviderBasedProject(workspace, projectId, Workspace.projectTypes.Debugger, '');
|
| + this._project = new Bindings.ContentProviderBasedProject(
|
| + workspace, projectId, Workspace.projectTypes.Debugger, '', true /* isServiceProject */);
|
| /** @type {!Map.<string, !Workspace.UISourceCode>} */
|
| this._uiSourceCodeForScriptId = new Map();
|
| /** @type {!Map.<!Workspace.UISourceCode, string>} */
|
|
|