| Index: third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js b/third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js
|
| index fdfe2fd18b4ea5d2d9d0720512aeeb08b479a45c..2fe549168f98dcb774da28e7597bc404aed910e2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js
|
| @@ -61,7 +61,7 @@ WebInspector.ASTSourceMap.prototype = {
|
| {
|
| var model = this.modelForURL(sourceURL);
|
| var sourceContent = model ? model.document.text.value() : "";
|
| - return new WebInspector.StaticContentProvider(contentType, sourceContent);
|
| + return new WebInspector.StaticContentProvider(contentType, sourceContent, sourceURL);
|
| },
|
|
|
| /**
|
|
|