| Index: tracing/tracing/model/flow_event.html
|
| diff --git a/tracing/tracing/model/flow_event.html b/tracing/tracing/model/flow_event.html
|
| index 6e0839219359bc6d27ec48350e9b0139d6404bd9..9b85217d6f840e3a978a4c4f2a415f7751135f6a 100644
|
| --- a/tracing/tracing/model/flow_event.html
|
| +++ b/tracing/tracing/model/flow_event.html
|
| @@ -38,8 +38,9 @@ tr.exportTo('tr.model', function() {
|
| this.startStackFrame = undefined;
|
| this.endStackFrame = undefined;
|
|
|
| - if (opt_duration !== undefined)
|
| + if (opt_duration !== undefined) {
|
| this.duration = opt_duration;
|
| + }
|
| }
|
|
|
| FlowEvent.prototype = {
|
|
|