| Index: third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js b/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| index 8f5302de7c5cfc3272523ec6e03b62ea5f15f763..5d4a951e851909c7a164be5140acb58661a93b1f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| @@ -126,7 +126,7 @@ WebInspector.FormatterProjectDelegate.prototype = {
|
| _addFormatted: function(name, sourceURL, contentType, content)
|
| {
|
| var contentProvider = new WebInspector.StaticContentProvider(contentType, content);
|
| - return this.addContentProvider(sourceURL, name + ":formatted", sourceURL, "deobfuscated:" + sourceURL, contentProvider);
|
| + return this.addContentProvider(sourceURL, name + ":formatted", sourceURL, contentProvider);
|
| },
|
|
|
| /**
|
|
|