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

Unified Diff: tracing/tracing/ui/base/table_header_cell.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
« no previous file with comments | « tracing/tracing/ui/base/table.html ('k') | tracing/tracing/ui/base/toolbar_button_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/table_header_cell.html
diff --git a/tracing/tracing/ui/base/table_header_cell.html b/tracing/tracing/ui/base/table_header_cell.html
index aa5b3f64dfc01f2463c045cb5be4abe88e3199a8..9b9494b5c99ed9079642f68080a634359b1f41d3 100644
--- a/tracing/tracing/ui/base/table_header_cell.html
+++ b/tracing/tracing/ui/base/table_header_cell.html
@@ -57,7 +57,7 @@ found in the LICENSE file.
tr.ui.b.asHTMLOrTextNode(this.cellTitle_, this.ownerDocument);
this.$.title.innerText = '';
- this.$.title.appendChild(titleNode);
+ Polymer.dom(this.$.title).appendChild(titleNode);
},
get cellTitle() {
« no previous file with comments | « tracing/tracing/ui/base/table.html ('k') | tracing/tracing/ui/base/toolbar_button_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698