| 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 14b82d36ab6f0043f15c2c71162c83f58682e982..ab210f830ec62ef2c5f50a5cc22ecdc741880195 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| @@ -107,7 +107,7 @@ WebInspector.DefaultScriptMapping.prototype = {
|
| uiSourceCode[WebInspector.DefaultScriptMapping._scriptSymbol] = script;
|
| this._uiSourceCodeForScriptId.set(script.scriptId, uiSourceCode);
|
| this._scriptIdForUISourceCode.set(uiSourceCode, script.scriptId);
|
| - this._project.addUISourceCodeWithProvider(uiSourceCode, script);
|
| + this._project.addUISourceCodeWithProvider(uiSourceCode, script, null);
|
|
|
| this._debuggerWorkspaceBinding.setSourceMapping(this._debuggerModel.target(), uiSourceCode, this);
|
| this._debuggerWorkspaceBinding.pushSourceMapping(script, this);
|
|
|