| Index: third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js
|
| index 251e6ae9436d6470091e42b1fe4941fbc283141a..a3a5666e85f3240b914fed720adc2ebe23225a88 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js
|
| @@ -248,7 +248,7 @@ Bindings.CompilerScriptMapping = class {
|
| var contentProvider = sourceMap.sourceContentProvider(sourceURL, Common.resourceTypes.SourceMapScript);
|
| var embeddedContent = sourceMap.embeddedContentByURL(sourceURL);
|
| var embeddedContentLength = typeof embeddedContent === 'string' ? embeddedContent.length : null;
|
| - uiSourceCode = this._networkProject.addFile(
|
| + uiSourceCode = this._networkProject.addSourceMapFile(
|
| contentProvider, SDK.ResourceTreeFrame.fromScript(script), script.isContentScript(), embeddedContentLength);
|
| uiSourceCode[Bindings.CompilerScriptMapping._originSymbol] = script.sourceURL;
|
| }
|
|
|