Index: tracing/tracing/model/model_indices.html |
diff --git a/tracing/tracing/model/model_indices.html b/tracing/tracing/model/model_indices.html |
index 49babcb42ff6d0957ce64a59070f2ad77071ee80..ba8e74cf97cc2684ed5a31a2f53dd1d725bc2743 100644 |
--- a/tracing/tracing/model/model_indices.html |
+++ b/tracing/tracing/model/model_indices.html |
@@ -41,8 +41,9 @@ tr.exportTo('tr.model', function() { |
}, |
getFlowEventsWithId: function(id) { |
- if (!this.flowEventsById_.hasOwnProperty(id)) |
+ if (!this.flowEventsById_.hasOwnProperty(id)) { |
return []; |
+ } |
return this.flowEventsById_[id]; |
} |
}; |