| Index: tracing/tracing/value/diagnostics/diagnostic_map.html
|
| diff --git a/tracing/tracing/value/diagnostics/diagnostic_map.html b/tracing/tracing/value/diagnostics/diagnostic_map.html
|
| index 83dc80c4cfddcc72d7636a99d5e01d982e10bdba..4af13e22d541e0c64d6078a7d6c40ff392affeb4 100644
|
| --- a/tracing/tracing/value/diagnostics/diagnostic_map.html
|
| +++ b/tracing/tracing/value/diagnostics/diagnostic_map.html
|
| @@ -69,11 +69,11 @@ tr.exportTo('tr.v.d', function() {
|
| /**
|
| * Iterate over this map's key-value-pairs.
|
| *
|
| - * @param {function(string, tr.v.d.Diagnostic)} cb
|
| + * @param {function(string, tr.v.d.Diagnostic)} callback
|
| * @param {Object=} opt_this
|
| */
|
| - forEach: function(cb, opt_this) {
|
| - tr.b.iterItems(this.diagnosticsByName_, cb, opt_this || this);
|
| + forEach: function(callback, opt_this) {
|
| + tr.b.iterItems(this.diagnosticsByName_, callback, opt_this || this);
|
| },
|
|
|
| asDict: function() {
|
|
|