| Index: third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| index 89bbe78942a5729afbf3efbf49fdba0062ebddc4..82a4a8acc0c3dcf067e1613ba1de3b8ead104a85 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
| @@ -190,7 +190,7 @@ WebInspector.DebuggerProjectDelegate.prototype = {
|
| var splitURL = WebInspector.ParsedURL.splitURLIntoPathComponents(script.sourceURL);
|
| var name = splitURL[splitURL.length - 1];
|
| name = "VM" + script.scriptId + (name ? " " + name : "");
|
| - return this.addContentProvider("", name, script.sourceURL, script.sourceURL, script);
|
| + return this.addContentProvider("", name, script.sourceURL, script);
|
| },
|
|
|
| __proto__: WebInspector.ContentProviderBasedProjectDelegate.prototype
|
|
|