Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js

Issue 1761243002: [DevTools] Fix compile errors before closure compiler roll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prepare-bindings-module
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js
diff --git a/third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js b/third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js
index 6824758c24d01204b1472891c73d535d3ef4428d..307b5c53b3ef07ad7b5ba231bdb571c876d1a044 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js
+++ b/third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js
@@ -44,7 +44,7 @@ WebInspector.AuditRules.CacheableResponseCodes =
/**
* @param {!Array.<!WebInspector.NetworkRequest>} requests
- * @param {?Array.<!WebInspector.resourceTypes>} types
+ * @param {?Array.<!WebInspector.ResourceType>} types
* @param {boolean} needFullResources
* @return {!Object.<string, !Array.<!WebInspector.NetworkRequest|string>>}
*/

Powered by Google App Engine
This is Rietveld 408576698