| Index: third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
|
| index 20f461d32d50d3232912c2e90b417e7eee207b9b..222e97ae5e330859882011ec519add7a7f741d3b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
|
| @@ -64,7 +64,7 @@ Bindings.SASSSourceMapping = class {
|
| var contentProvider = sourceMap.sourceContentProvider(sassURL, Common.resourceTypes.SourceMapStyleSheet);
|
| var embeddedContent = sourceMap.embeddedContentByURL(sassURL);
|
| var embeddedContentLength = typeof embeddedContent === 'string' ? embeddedContent.length : null;
|
| - this._networkProject.addFile(
|
| + this._networkProject.addSourceMapFile(
|
| contentProvider, SDK.ResourceTreeFrame.fromStyleSheet(header), false, embeddedContentLength);
|
| }
|
| Bindings.cssWorkspaceBinding.updateLocations(header);
|
|
|