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 |