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

Unified Diff: tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html

Issue 1929693002: [polymer] Fixes bad regexp replaces for Polymer.dom(...) (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/analysis/single_thread_time_slice_sub_view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html
diff --git a/tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html b/tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html
index c6734b3d83551c19fd25db86f9e2a71dc2bd21e8..cffdd0e960f0d6110ca2b4c4ecf81d5ff55278e5 100644
--- a/tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html
+++ b/tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html
@@ -259,7 +259,7 @@ Polymer({
// Create summary.
var latencySummaryText = document.createElement('div');
- laPolymer.dom(tencySummaryText).appendChild(tr.ui.b.createSpan({
+ Polymer.dom(latencySummaryText).appendChild(tr.ui.b.createSpan({
textContent: 'Average Latency ' + averageLatency + ' ms',
bold: true}));
Polymer.dom(resultArea).appendChild(latencySummaryText);
« no previous file with comments | « tracing/tracing/ui/analysis/single_thread_time_slice_sub_view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698