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

Unified Diff: tracing/tracing/value/value_test.html

Issue 2258583003: Modernize DiagnosticMap to subclass ES6 Map. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: fix longTasksMetric and Composition Created 4 years, 4 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/value/value_set_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/value_test.html
diff --git a/tracing/tracing/value/value_test.html b/tracing/tracing/value/value_test.html
index 2517c98911421d46b3bfd061ba575f924354badb..f710b8cc2f307c304cc138f3fbe13f3abe6b561f 100644
--- a/tracing/tracing/value/value_test.html
+++ b/tracing/tracing/value/value_test.html
@@ -47,7 +47,7 @@ tr.b.unittest.testSuite(function() {
test('genericDiagnostic', function() {
var v0 = new tr.v.NumericValue('val',
tr.v.Histogram.buildFromSamples(tr.v.Unit.byName.count, [42]));
- v0.diagnostics.add('foo', new tr.v.d.Generic({
+ v0.diagnostics.set('foo', new tr.v.d.Generic({
t: true,
f: false,
z: 0,
« no previous file with comments | « tracing/tracing/value/value_set_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698