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

Unified Diff: tracing/tracing/ui/view_specific_brushing_state.html

Issue 1928873003: Use Polymer.dom with many dom manipulations. (Closed) Base URL: https://github.com/catapult-project/catapult.git@polymer10-migration
Patch Set: fixes Created 4 years, 8 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/ui/tracks/track.html ('k') | tracing/tracing/value/ui/scalar_span.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/view_specific_brushing_state.html
diff --git a/tracing/tracing/ui/view_specific_brushing_state.html b/tracing/tracing/ui/view_specific_brushing_state.html
index 1963af8b9f4e9559ffb5c2eaa954832d1450b7ea..ab49905dba3dc0e209bfd972e4a62d7b6cfa499a 100644
--- a/tracing/tracing/ui/view_specific_brushing_state.html
+++ b/tracing/tracing/ui/view_specific_brushing_state.html
@@ -41,7 +41,7 @@ Polymer({
},
set viewId(viewId) {
- this.setAttribute('view-id', viewId);
+ Polymer.dom(this).setAttribute('view-id', viewId);
},
/**
« no previous file with comments | « tracing/tracing/ui/tracks/track.html ('k') | tracing/tracing/value/ui/scalar_span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698