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

Unified Diff: tools/telemetry/telemetry/web_components/web_component_bootstrap.js

Issue 669153009: Sync Telemetry to trace-viewer changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « tools/telemetry/telemetry/web_components/viewer_unittest_data.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/web_components/web_component_bootstrap.js
diff --git a/tools/telemetry/telemetry/web_components/web_component_bootstrap.js b/tools/telemetry/telemetry/web_components/web_component_bootstrap.js
index eaee1094297568bdc36cf5421ef3858fd51a040b..a28ec69a48ca7fd7e7bcd9204404044c1f0d8a26 100644
--- a/tools/telemetry/telemetry/web_components/web_component_bootstrap.js
+++ b/tools/telemetry/telemetry/web_components/web_component_bootstrap.js
@@ -11,7 +11,7 @@ document.addEventListener('DOMContentLoaded', function() {
try {
data = JSON.parse(componentDataScript.textContent);
} catch (e) {
- tvcm.showPanic('Could not load data', e.stack || e);
+ tv.showPanic('Could not load data', e.stack || e);
}
g_results = new $js_class_name;
g_results.$data_binding_property = data;
« no previous file with comments | « tools/telemetry/telemetry/web_components/viewer_unittest_data.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698