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

Unified Diff: tracing/tracing/extras/importer/v8/v8_log_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/v8/v8_log_importer.html
diff --git a/tracing/tracing/extras/importer/v8/v8_log_importer.html b/tracing/tracing/extras/importer/v8/v8_log_importer.html
index bcc9e77896f30a0637c7348c214c29f10a5be1dd..7a74776647d09ee3293466374d6d0f13560ccb97 100644
--- a/tracing/tracing/extras/importer/v8/v8_log_importer.html
+++ b/tracing/tracing/extras/importer/v8/v8_log_importer.html
@@ -290,7 +290,7 @@ tr.exportTo('tr.e.importer.v8', function() {
*/
importEvents: function() {
var logreader = new tr.e.importer.v8.LogReader(
- { 'timer-event' : {
+ { 'timer-event': {
parsers: [null, parseInt, parseInt],
processor: this.processTimerEvent_.bind(this)
},
@@ -298,11 +298,11 @@ tr.exportTo('tr.e.importer.v8', function() {
parsers: [null, parseInt, parseInt],
processor: this.processSharedLibrary_.bind(this)
},
- 'timer-event-start' : {
+ 'timer-event-start': {
parsers: [null, parseInt],
processor: this.processTimerEventStart_.bind(this)
},
- 'timer-event-end' : {
+ 'timer-event-end': {
parsers: [null, parseInt],
processor: this.processTimerEventEnd_.bind(this)
},
« no previous file with comments | « tracing/tracing/extras/importer/linux_perf/ftrace_importer.html ('k') | tracing/tracing/metrics/blink/gc_metric_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698