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

Unified Diff: tracing/tracing/metrics/value_set.html

Issue 2061853002: Fix a few side panel bugs (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: set overflow-y:auto on side-panel-container Created 4 years, 6 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 | « no previous file | tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/value_set.html
diff --git a/tracing/tracing/metrics/value_set.html b/tracing/tracing/metrics/value_set.html
index b1f2acbffd8e043728b0159414e3089e73e73693..7faa64e6c423dbcd32fc50d1b17fdddae84745f4 100644
--- a/tracing/tracing/metrics/value_set.html
+++ b/tracing/tracing/metrics/value_set.html
@@ -71,13 +71,6 @@ tr.exportTo('tr.metrics', function() {
},
addValue: function(v) {
- if (!(v instanceof tr.v.NumericValue)) {
- var err = new Error('Tried to add value ' + v +
- ' which is non-Numeric');
- err.name = 'ValueError';
- throw err;
- }
-
if (this.values_[v.guid]) {
var err = new Error('Tried to add same value twice');
err.name = 'ValueError';
« no previous file with comments | « no previous file | tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698