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

Unified Diff: tracing/tracing/metrics/v8/gc_metric_test.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
« no previous file with comments | « tracing/tracing/metrics/blink/gc_metric_test.html ('k') | tracing/tracing/metrics/v8/utils.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/v8/gc_metric_test.html
diff --git a/tracing/tracing/metrics/v8/gc_metric_test.html b/tracing/tracing/metrics/v8/gc_metric_test.html
index 1ae15e021fe9123097525a8272f6650720c45fca..04da5d6d5077c1fdce63fc2c97deb9aeb6cba3ac 100644
--- a/tracing/tracing/metrics/v8/gc_metric_test.html
+++ b/tracing/tracing/metrics/v8/gc_metric_test.html
@@ -53,7 +53,7 @@ tr.b.unittest.testSuite(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'
};
tr.b.iterItems(events, function(timelineName, telemetryName) {
@@ -96,7 +96,7 @@ tr.b.unittest.testSuite(function() {
var slices = [
{
title: 'SingleThreadIdleTaskRunner::RunTask',
- args: {'allotted_time_ms' : 100}, start: 100, end: 200,
+ args: {'allotted_time_ms': 100}, start: 100, end: 200,
cpuStart: 100, cpuEnd: 200
},
{
@@ -135,7 +135,7 @@ tr.b.unittest.testSuite(function() {
var slices = [
{
title: 'SingleThreadIdleTaskRunner::RunTask',
- args: {'allotted_time_ms' : 10}, start: 100, end: 200,
+ args: {'allotted_time_ms': 10}, start: 100, end: 200,
cpuStart: 100, cpuEnd: 200
},
{
« no previous file with comments | « tracing/tracing/metrics/blink/gc_metric_test.html ('k') | tracing/tracing/metrics/v8/utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698