| Index: tools/deep_memory_profiler/visualizer/static/graph-view.js
|
| diff --git a/tools/deep_memory_profiler/visualizer/static/graph-view.js b/tools/deep_memory_profiler/visualizer/static/graph-view.js
|
| index 2cd596e8e79981bd666ee2ad33db4f823986d377..8aca2c4f14f806744a6f6ed5cc4fb77db3d9f50a 100644
|
| --- a/tools/deep_memory_profiler/visualizer/static/graph-view.js
|
| +++ b/tools/deep_memory_profiler/visualizer/static/graph-view.js
|
| @@ -16,8 +16,8 @@ var GraphView = function(profiler) {
|
|
|
| /**
|
| * Generate lines for flot plotting.
|
| - * @param {Array.<Object>} models
|
| - * @return {Array.<Object>}
|
| + * @param {Array<Object>} models
|
| + * @return {Array<Object>}
|
| * @private
|
| */
|
| GraphView.prototype.generateLines_ = function(models) {
|
| @@ -100,7 +100,7 @@ GraphView.prototype.generateLines_ = function(models) {
|
| /**
|
| * Update graph view when model updated.
|
| * TODO(junjianx): use redraw function to improve perfomance.
|
| - * @param {Array.<Object>} models
|
| + * @param {Array<Object>} models
|
| * @private
|
| */
|
| GraphView.prototype.redraw_ = function(models) {
|
|
|