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

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

Issue 2515763003: DevTools: use shorthand syntax in interface definitions. (Closed)
Patch Set: Created 4 years, 1 month 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/AuditCategory.js
diff --git a/third_party/WebKit/Source/devtools/front_end/audits/AuditCategory.js b/third_party/WebKit/Source/devtools/front_end/audits/AuditCategory.js
index 82a1370404b950fc7753b448af0055aca863480e..79ecef6d3141e454890d61bf7d6d839e1c690237 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits/AuditCategory.js
+++ b/third_party/WebKit/Source/devtools/front_end/audits/AuditCategory.js
@@ -47,5 +47,5 @@ Audits.AuditCategory.prototype = {
* @param {function(!Audits.AuditRuleResult)} ruleResultCallback
* @param {!Common.Progress} progress
*/
- run: function(target, requests, ruleResultCallback, progress) {}
+ run(target, requests, ruleResultCallback, progress) {}
};

Powered by Google App Engine
This is Rietveld 408576698