Chromium Code Reviews| 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 320eb1cdb6e1a25c65381d381dfaaee1c8139041..6e3cce414472143ee2926019f5eb3fa252d4e92e 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
| @@ -197,7 +197,7 @@ Bindings.CompilerScriptMapping = class { |
| return; |
| // Create stub UISourceCode for the time source mapping is being loaded. |
| var stubUISourceCode = this._stubProject.addContentProvider( |
| - script.sourceURL, |
| + script.sourceURL + 'stub', |
|
dgozman
2016/12/06 01:14:27
:sourcemap
lushnikov
2016/12/06 02:21:04
Done.
|
| Common.StaticContentProvider.fromString( |
| script.sourceURL, Common.resourceTypes.Script, |
| '\n\n\n\n\n// Please wait a bit.\n// Compiled script is not shown while source map is being loaded!')); |