| Index: Source/devtools/front_end/ScriptFormatter.js
|
| diff --git a/Source/devtools/front_end/ScriptFormatter.js b/Source/devtools/front_end/ScriptFormatter.js
|
| index 3eedeba27b7c6a04ee9488358ea4ab6b934b2ee8..98acbb5c8bab1a4d740f03af1594568330e17bbc 100644
|
| --- a/Source/devtools/front_end/ScriptFormatter.js
|
| +++ b/Source/devtools/front_end/ScriptFormatter.js
|
| @@ -41,7 +41,7 @@ WebInspector.Formatter = function()
|
| */
|
| WebInspector.Formatter.createFormatter = function(contentType)
|
| {
|
| - if (contentType === WebInspector.resourceTypes.Script || contentType === WebInspector.resourceTypes.Document)
|
| + if (contentType === WebInspector.resourceTypes.Script || contentType === WebInspector.resourceTypes.Document || contentType === WebInspector.resourceTypes.Stylesheet)
|
| return new WebInspector.ScriptFormatter();
|
| return new WebInspector.IdentityFormatter();
|
| }
|
|
|