| Index: tracing/tracing/model/kernel.html
|
| diff --git a/tracing/tracing/model/kernel.html b/tracing/tracing/model/kernel.html
|
| index 98de579aa51203b5810edcc6acdbac946678a1cb..bf8aed5916e9c804e2420e15361aa39610ddf83b 100644
|
| --- a/tracing/tracing/model/kernel.html
|
| +++ b/tracing/tracing/model/kernel.html
|
| @@ -125,11 +125,6 @@ tr.exportTo('tr.model', function() {
|
| yield * ProcessBase.prototype.childEventContainers.call(this);
|
| yield * tr.b.dictionaryValues(this.cpus);
|
| },
|
| -
|
| - childEvents: function*(eventTypePredicate, opt_this) {
|
| - yield * ProcessBase.prototype.childEvents.call(
|
| - this, eventTypePredicate, opt_this);
|
| - }
|
| };
|
|
|
| return {
|
|
|