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

Unified Diff: tracing/tracing/ui/analysis/single_cpu_slice_sub_view.html

Issue 2172783002: [polymer] Fix rebase mistakes in tracing/ (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-rebase
Patch Set: Checkpoint. Created 4 years, 5 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/single_cpu_slice_sub_view.html
diff --git a/tracing/tracing/ui/analysis/single_cpu_slice_sub_view.html b/tracing/tracing/ui/analysis/single_cpu_slice_sub_view.html
index 35be7ba9acc7e0c9f587a44afb4532d000585a6d..50bfb8278ff6f079baac4244878239a15d042b61 100644
--- a/tracing/tracing/ui/analysis/single_cpu_slice_sub_view.html
+++ b/tracing/tracing/ui/analysis/single_cpu_slice_sub_view.html
@@ -97,7 +97,7 @@ Polymer({
set selection(selection) {
var cpuSlice = tr.b.getOnlyElement(selection);
if (!(cpuSlice instanceof tr.model.CpuSlice))
- throw new Error('Only supports thread time slices');
+ throw new Error('Only supports thread time slices');
this.currentSelection_ = selection;
« no previous file with comments | « tracing/tracing/ui/analysis/memory_dump_heap_details_pane.html ('k') | tracing/tracing/ui/analysis/single_frame_sub_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698