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

Unified Diff: tracing/tracing/metrics/v8/utils.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/metrics/v8/utils.html
diff --git a/tracing/tracing/metrics/v8/utils.html b/tracing/tracing/metrics/v8/utils.html
index 36e2b70152a91f6dfa2b80e2b8bf01be8dbcb704..c234d4e541d83533786a0ed2f968af087b980778 100644
--- a/tracing/tracing/metrics/v8/utils.html
+++ b/tracing/tracing/metrics/v8/utils.html
@@ -41,7 +41,7 @@ tr.exportTo('tr.metrics.v8.utils', function() {
'V8.GCIncrementalMarking': 'v8-gc-incremental-step',
'V8.GCIncrementalMarkingFinalize': 'v8-gc-incremental-finalize',
'V8.GCIncrementalMarkingStart': 'v8-gc-incremental-start',
- 'V8.GCPhantomHandleProcessingCallback' : 'v8-gc-phantom-handle-callback',
+ 'V8.GCPhantomHandleProcessingCallback': 'v8-gc-phantom-handle-callback',
'V8.GCScavenger': 'v8-gc-scavenger'
};
« no previous file with comments | « tracing/tracing/metrics/v8/gc_metric_test.html ('k') | tracing/tracing/model/helpers/android_model_helper.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698