| 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 69a56b06a5282e58c9611075ef889bd833174778..d9b71b79ac006c444405ea146283ac75cd5142e4 100644
|
| --- a/tracing/tracing/extras/importer/trace_event_importer.html
|
| +++ b/tracing/tracing/extras/importer/trace_event_importer.html
|
| @@ -1722,7 +1722,9 @@ tr.exportTo('tr.e.importer', function() {
|
| }
|
|
|
| var createFlowEvent = function(thread, event, opt_slice) {
|
| - var startSlice, flowId, flowStartTs;
|
| + var startSlice;
|
| + var flowId;
|
| + var flowStartTs;
|
|
|
| if (event.bind_id) {
|
| // Support Flow API v2.
|
|
|