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

Unified Diff: tracing/tracing/model/kernel.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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/model/ir_coverage_test.html ('k') | tracing/tracing/model/memory_allocator_dump_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « tracing/tracing/model/ir_coverage_test.html ('k') | tracing/tracing/model/memory_allocator_dump_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698