| Index: third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js b/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
|
| index 0a3698883569956dec499f6d4bd092ab4c349a6a..7e70894719b74a7c1fb5f0ae306555f95e3b4c9f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
|
| @@ -259,7 +259,7 @@ WebInspector.TextSourceMap.prototype = {
|
| {
|
| var sourceContent = this._sourceContentByURL[sourceURL];
|
| if (sourceContent)
|
| - return new WebInspector.StaticContentProvider(contentType, sourceContent);
|
| + return new WebInspector.StaticContentProvider(contentType, sourceContent, sourceURL);
|
| return new WebInspector.CompilerSourceMappingContentProvider(sourceURL, contentType);
|
| },
|
|
|
|
|