| Index: tracing/tracing/extras/importer/trace_event_importer.html
|
| diff --git a/tracing/tracing/extras/importer/trace_event_importer.html b/tracing/tracing/extras/importer/trace_event_importer.html
|
| index 8ad132b2408e079ee9459652c1ec65184f94c418..8095c0a5162dbc6d1ce0061d1934d82a38e50c03 100644
|
| --- a/tracing/tracing/extras/importer/trace_event_importer.html
|
| +++ b/tracing/tracing/extras/importer/trace_event_importer.html
|
| @@ -648,6 +648,7 @@ tr.exportTo('tr.e.importer', function() {
|
| case tr.model.InstantEventType.PROCESS:
|
| var process = this.model_.getOrCreateProcess(event.pid);
|
| process.instantEvents.push(instantEvent);
|
| + instantEvent.process = process;
|
| break;
|
|
|
| default:
|
|
|