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

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

Issue 1923953003: [polymer] Switches .appendChild() to Polymer.dom()...appendChild() (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: 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
Index: tracing/tracing/ui/metrics_debugger_app.html
diff --git a/tracing/tracing/ui/metrics_debugger_app.html b/tracing/tracing/ui/metrics_debugger_app.html
index 51d3a1cc2d64af1bc520408a5ee8e9e472924846..495bdc303e430cf5b35e473a89c527baed8c335a 100644
--- a/tracing/tracing/ui/metrics_debugger_app.html
+++ b/tracing/tracing/ui/metrics_debugger_app.html
@@ -62,7 +62,8 @@ tr.exportTo('tr.ui', function() {
this.settingsKey_,
this.metrics_[0].value,
this.metrics_);
- Polymer.dom(this.$.top_left_controls).appendChild(metricSelector);
+ Polymer.dom(this.$.top_left_controls).appendChild(
+ metricSelector);
this.$.load_trace.addEventListener('change', function(event) {
var file = event.target.files[0];
« no previous file with comments | « tracing/tracing/ui/find_controller_test.html ('k') | tracing/tracing/ui/side_panel/side_panel_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698