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

Unified Diff: tracing/tracing/ui/analysis/multi_event_details_table.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/analysis/multi_event_details_table.html
diff --git a/tracing/tracing/ui/analysis/multi_event_details_table.html b/tracing/tracing/ui/analysis/multi_event_details_table.html
index 2b313c8f08881c17ce466ba97f1b6a111176f9f9..a60c913d48b1ba261b8a29c4d8c1b8c361579511 100644
--- a/tracing/tracing/ui/analysis/multi_event_details_table.html
+++ b/tracing/tracing/ui/analysis/multi_event_details_table.html
@@ -163,7 +163,7 @@ Polymer({
linkEl.setSelectionAndContent(function() {
return new tr.model.EventSet(row.event);
});
- linkEl.appendChild(tr.v.ui.createScalarSpan(row.start, {
+ Polymer.dom(linkEl).appendChild(tr.v.ui.createScalarSpan(row.start, {
unit: tr.v.Unit.byName.timeStampInMs,
ownerDocument: ownerDocument
}));
« no previous file with comments | « tracing/tracing/ui/analysis/memory_dump_sub_view_util_test.html ('k') | tracing/tracing/ui/analysis/multi_event_sub_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698