| Index: third_party/WebKit/Source/devtools/front_end/audits/AuditCategories.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/audits/AuditCategories.js b/third_party/WebKit/Source/devtools/front_end/audits/AuditCategories.js
|
| index 4365d707a8b9e774a9ba1c0c9dd1bd52d7bb609f..0d77b931266199cc412fc27079cdabbe96765a8c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/audits/AuditCategories.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/audits/AuditCategories.js
|
| @@ -44,7 +44,6 @@ WebInspector.AuditCategories.PagePerformance.prototype = {
|
| this.addRule(new WebInspector.AuditRules.UnusedCssRule(), WebInspector.AuditRule.Severity.Warning);
|
| this.addRule(new WebInspector.AuditRules.CssInHeadRule(), WebInspector.AuditRule.Severity.Severe);
|
| this.addRule(new WebInspector.AuditRules.StylesScriptsOrderRule(), WebInspector.AuditRule.Severity.Severe);
|
| - this.addRule(new WebInspector.AuditRules.VendorPrefixedCSSProperties(), WebInspector.AuditRule.Severity.Warning);
|
| },
|
|
|
| __proto__: WebInspector.AuditCategoryImpl.prototype
|
|
|