| Index: tracing/tracing/model/instant_event.html
|
| diff --git a/tracing/tracing/model/instant_event.html b/tracing/tracing/model/instant_event.html
|
| index 5c50132116c0c4aa51121acb70250a1c9a5e0154..18287dd592feff7d8be6bc7df7202fd007f43862 100644
|
| --- a/tracing/tracing/model/instant_event.html
|
| +++ b/tracing/tracing/model/instant_event.html
|
| @@ -70,6 +70,7 @@ tr.exportTo('tr.model', function() {
|
| function ProcessInstantEvent(category, title, colorId, start, args) {
|
| InstantEvent.apply(this, arguments);
|
| this.type = InstantEventType.PROCESS;
|
| + this.process = undefined; // Set by TraceEventImporter.
|
| };
|
|
|
| ProcessInstantEvent.prototype = {
|
|
|