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

Unified Diff: tracing/tracing/value/diagnostics/breakdown.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
Index: tracing/tracing/value/diagnostics/breakdown.html
diff --git a/tracing/tracing/value/diagnostics/breakdown.html b/tracing/tracing/value/diagnostics/breakdown.html
index a82e18d0b9553f24278ffac7aae074757da86fe0..99e6663e2e90b08ff77e166e97b3066a96b49b1a 100644
--- a/tracing/tracing/value/diagnostics/breakdown.html
+++ b/tracing/tracing/value/diagnostics/breakdown.html
@@ -60,8 +60,9 @@ tr.exportTo('tr.v.d', function() {
}
* [Symbol.iterator]() {
- for (let pair of this.values_)
+ for (let pair of this.values_) {
yield pair;
+ }
}
asDictInto_(d) {
« no previous file with comments | « tracing/tracing/ui/view_specific_brushing_state.html ('k') | tracing/tracing/value/diagnostics/merged_telemetry_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698