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

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

Issue 1967613003: Migrate child element manipulation, innerHTML, classList, attributes, (Closed) Base URL: https://github.com/catapult-project/catapult.git@polymer10-migration
Patch Set: white space fix. 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
« 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 2527e0d1b4d609eccfd5785e2e196b42a85d42bd..b4704f25a47643c108da3288b162cc06de523701 100644
--- a/tracing/tracing/ui/view_specific_brushing_state.html
+++ b/tracing/tracing/ui/view_specific_brushing_state.html
@@ -44,7 +44,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