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

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

Issue 1914243003: Replace instances of shadowRoot with root. (Closed) Base URL: https://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/tab_view.html ('k') | tracing/tracing/ui/timeline_view_help_overlay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/timeline_view.html
diff --git a/tracing/tracing/ui/timeline_view.html b/tracing/tracing/ui/timeline_view.html
index d8b236c4c5837228bb620020b491b1382c8d91f5..2448efb550b04a1eb0c7d3b4692f7801b52b51b9 100644
--- a/tracing/tracing/ui/timeline_view.html
+++ b/tracing/tracing/ui/timeline_view.html
@@ -368,7 +368,7 @@ Polymer({
var modelInstanceChanged = model != this.model;
var modelValid = model && !model.bounds.isEmpty;
- var importWarningsEl = this.shadowRoot.querySelector('#import-warnings');
+ var importWarningsEl = this.root.querySelector('#import-warnings');
importWarningsEl.textContent = '';
// Remove old trackView if the model has completely changed.
« no previous file with comments | « tracing/tracing/ui/base/tab_view.html ('k') | tracing/tracing/ui/timeline_view_help_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698