| Index: third_party/WebKit/Source/devtools/front_end/bindings/DebuggerWorkspaceBinding.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/DebuggerWorkspaceBinding.js b/third_party/WebKit/Source/devtools/front_end/bindings/DebuggerWorkspaceBinding.js
|
| index 7f5ac4bd1d0eaf8301eb13c8b8c6e1990679ceb7..d193761ed663827b310d7431c45d765898300ec0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/DebuggerWorkspaceBinding.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/DebuggerWorkspaceBinding.js
|
| @@ -370,9 +370,6 @@ Bindings.DebuggerWorkspaceBinding.ModelData = class {
|
| var script = /** @type {!SDK.Script} */ (event.data);
|
| this._defaultMapping.addScript(script);
|
| this._resourceMapping.addScript(script);
|
| -
|
| - if (Common.moduleSetting('jsSourceMapsEnabled').get())
|
| - this._compilerMapping.addScript(script);
|
| }
|
|
|
| /**
|
|
|