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

Unified Diff: tracing/tracing/extras/chrome/cc/input_latency_async_slice_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/extras/chrome/cc/input_latency_async_slice_test.html
diff --git a/tracing/tracing/extras/chrome/cc/input_latency_async_slice_test.html b/tracing/tracing/extras/chrome/cc/input_latency_async_slice_test.html
index 7de9a060e0fbd5a53f5eb05a58b3f7098196e592..2d8fa16da6124178b8d809b527ff5d821006766c 100644
--- a/tracing/tracing/extras/chrome/cc/input_latency_async_slice_test.html
+++ b/tracing/tracing/extras/chrome/cc/input_latency_async_slice_test.html
@@ -31,7 +31,7 @@ tr.b.unittest.testSuite(function() {
isTopLevel: true,
args: {
data: {
- INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time' : 0},
+ INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time': 0},
INPUT_EVENT_LATENCY_TERMINATED_FRAME_SWAP_COMPONENT: {time: 10}
}
}
@@ -68,7 +68,7 @@ tr.b.unittest.testSuite(function() {
isTopLevel: true,
args: {
data: {
- INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time' : 0},
+ INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time': 0},
INPUT_EVENT_LATENCY_TERMINATED_FRAME_SWAP_COMPONENT: {time: 10}
}
}
@@ -89,8 +89,8 @@ tr.b.unittest.testSuite(function() {
isTopLevel: true,
args: {
data: {
- INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT: {'time' : 0},
- INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time' : 0},
+ INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT: {'time': 0},
+ INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT: {'time': 0},
INPUT_EVENT_LATENCY_TERMINATED_FRAME_SWAP_COMPONENT: {time: 10}
}
}
« no previous file with comments | « dashboard/dashboard/elements/report-page-test.html ('k') | tracing/tracing/extras/importer/linux_perf/ftrace_importer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698