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

Unified Diff: tracing/tracing/metrics/system_health/webview_startup_metric.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (Closed)
Patch Set: rebase Created 3 years, 9 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/system_health/utils.html ('k') | tracing/tracing/metrics/v8/gc_metric.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/system_health/webview_startup_metric.html
diff --git a/tracing/tracing/metrics/system_health/webview_startup_metric.html b/tracing/tracing/metrics/system_health/webview_startup_metric.html
index 15ffe8d0b78ef7d8d2cdc949c3ef18991bfbf9b8..51aa21169cc4c108ebd42669f3fd276451bcc0e1 100644
--- a/tracing/tracing/metrics/system_health/webview_startup_metric.html
+++ b/tracing/tracing/metrics/system_health/webview_startup_metric.html
@@ -30,8 +30,7 @@ tr.exportTo('tr.metrics.sh', function() {
// TODO(alexandermont): Only iterate over the processes and threads that
// could contain these events.
for (var slice of model.getDescendantEvents()) {
- if (!(slice instanceof tr.model.ThreadSlice))
- continue;
+ if (!(slice instanceof tr.model.ThreadSlice)) continue;
// WebViewStartupInterval is the title of the section of code that is
// entered (via android.os.Trace.beginSection) when WebView is started
« no previous file with comments | « tracing/tracing/metrics/system_health/utils.html ('k') | tracing/tracing/metrics/v8/gc_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698