Chromium Code Reviews| Index: tracing/tracing/model/kernel.html |
| diff --git a/tracing/tracing/model/kernel.html b/tracing/tracing/model/kernel.html |
| index 98de579aa51203b5810edcc6acdbac946678a1cb..0e1caafc399a4c84a35fac50944e3ab9a2f7b873 100644 |
| --- a/tracing/tracing/model/kernel.html |
| +++ b/tracing/tracing/model/kernel.html |
| @@ -126,9 +126,8 @@ tr.exportTo('tr.model', function() { |
| yield * tr.b.dictionaryValues(this.cpus); |
| }, |
| - childEvents: function*(eventTypePredicate, opt_this) { |
| - yield * ProcessBase.prototype.childEvents.call( |
| - this, eventTypePredicate, opt_this); |
| + childEvents: function*() { |
| + yield * ProcessBase.prototype.childEvents.call(this); |
|
charliea (OOO until 10-5)
2016/06/29 18:08:44
Looks like this is overriding the prototype's beha
alexandermont
2016/06/29 20:47:11
Done.
|
| } |
| }; |