| Index: tracing/tracing/model/counter_series.html
|
| diff --git a/tracing/tracing/model/counter_series.html b/tracing/tracing/model/counter_series.html
|
| index fa99efc06bf990cdc4e729e1ae185521d71c444b..ac1463c381af36ef1ca973f9d58ef12d9a070923 100644
|
| --- a/tracing/tracing/model/counter_series.html
|
| +++ b/tracing/tracing/model/counter_series.html
|
| @@ -109,14 +109,8 @@ tr.exportTo('tr.model', function() {
|
| }
|
| },
|
|
|
| - findTopmostSlicesInThisContainer: function(eventPredicate, callback,
|
| - opt_this) {
|
| - },
|
| -
|
| - childEvents: function*(eventTypePredicate, opt_this) {
|
| - if (eventTypePredicate.call(opt_this, tr.model.CounterSample)) {
|
| - yield * this.samples_;
|
| - }
|
| + childEvents: function*() {
|
| + yield * this.samples_;
|
| },
|
|
|
| childEventContainers: function*() {
|
|
|