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

Unified Diff: tracing/tracing/ui/tracks/async_slice_group_track.html

Issue 1967613003: Migrate child element manipulation, innerHTML, classList, attributes, (Closed) Base URL: https://github.com/catapult-project/catapult.git@polymer10-migration
Patch Set: Created 4 years, 7 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/ui/tracks/async_slice_group_track.html
diff --git a/tracing/tracing/ui/tracks/async_slice_group_track.html b/tracing/tracing/ui/tracks/async_slice_group_track.html
index 3f991eda01762c4a01d2308e7ef07db8e12b9275..d67142780974feb6240dabc4493d6eb1d92168bc 100644
--- a/tracing/tracing/ui/tracks/async_slice_group_track.html
+++ b/tracing/tracing/ui/tracks/async_slice_group_track.html
@@ -28,7 +28,7 @@ tr.exportTo('tr.ui.tracks', function() {
decorate: function(viewport) {
tr.ui.tracks.MultiRowTrack.prototype.decorate.call(this, viewport);
- this.classList.add('async-slice-group-track');
+ Polymer.dom(this).classList.add('async-slice-group-track');
this.group_ = undefined;
},

Powered by Google App Engine
This is Rietveld 408576698