| 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 1174ee19b32d0785c0ac9ebc08a56ff478ddb70c..311fdcead88c48bb26d572ade5291b53b6e79623 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js
|
| @@ -166,7 +166,7 @@ WebInspector.CompilerScriptMapping.prototype = {
|
| var splitURL = WebInspector.ParsedURL.splitURLIntoPathComponents(url);
|
| var parentPath = splitURL.slice(1, -1).join("/");
|
| var name = splitURL.peekLast() || "";
|
| - var uiSourceCodePath = this._stubProjectDelegate.addContentProvider(parentPath, name, url, url, new WebInspector.StaticContentProvider(WebInspector.resourceTypes.Script, "\n\n\n\n\n// Please wait a bit.\n// Compiled script is not shown while source map is being loaded!", url));
|
| + var uiSourceCodePath = this._stubProjectDelegate.addContentProvider(parentPath, name, url, new WebInspector.StaticContentProvider(WebInspector.resourceTypes.Script, "\n\n\n\n\n// Please wait a bit.\n// Compiled script is not shown while source map is being loaded!", url));
|
| var stubUISourceCode = /** @type {!WebInspector.UISourceCode} */ (this._workspace.uiSourceCode(this._stubProjectID, uiSourceCodePath));
|
| this._stubUISourceCodes.set(script.scriptId, stubUISourceCode);
|
|
|
|
|