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

Unified Diff: tracing/tracing/extras/importer/linux_perf/ftrace_importer.html

Issue 2439593004: Turn on eslint rule key-spacing and fix existing errors. (Closed)
Patch Set: Created 4 years, 2 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: tracing/tracing/extras/importer/linux_perf/ftrace_importer.html
diff --git a/tracing/tracing/extras/importer/linux_perf/ftrace_importer.html b/tracing/tracing/extras/importer/linux_perf/ftrace_importer.html
index 2e83145cf988e0cbde846bb144d430968a82f87c..9f820dfbe2d7ace4a07674aaaeb97e8f0592ef3f 100644
--- a/tracing/tracing/extras/importer/linux_perf/ftrace_importer.html
+++ b/tracing/tracing/extras/importer/linux_perf/ftrace_importer.html
@@ -595,7 +595,7 @@ tr.exportTo('tr.e.importer.linux_perf', function() {
if (blockedReason !== undefined) {
var args = {
- 'kernel callsite when blocked:' : blockedReason.caller
+ 'kernel callsite when blocked:': blockedReason.caller
};
if (blockedReason.iowait) {
switch (state) {

Powered by Google App Engine
This is Rietveld 408576698