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

Unified Diff: tracing/tracing/metrics/blink/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
Index: tracing/tracing/metrics/blink/gc_metric_test.html
diff --git a/tracing/tracing/metrics/blink/gc_metric_test.html b/tracing/tracing/metrics/blink/gc_metric_test.html
index 9a9fb72b342eca9be97301abcc5448f05bec8091..cd690545df33de3d9388ea608f6c44de8609a949 100644
--- a/tracing/tracing/metrics/blink/gc_metric_test.html
+++ b/tracing/tracing/metrics/blink/gc_metric_test.html
@@ -91,7 +91,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
},
{
@@ -129,7 +129,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/extras/importer/v8/v8_log_importer.html ('k') | tracing/tracing/metrics/v8/gc_metric_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698