| Index: tools/deep_memory_profiler/visualizer/static/utility.js
|
| diff --git a/tools/deep_memory_profiler/visualizer/static/utility.js b/tools/deep_memory_profiler/visualizer/static/utility.js
|
| index 12649d755eca2537dc6d53e7c76f540708bfbab5..96a59bd49b8d913bd8e406bdc21b99f91afb00a6 100644
|
| --- a/tools/deep_memory_profiler/visualizer/static/utility.js
|
| +++ b/tools/deep_memory_profiler/visualizer/static/utility.js
|
| @@ -28,9 +28,9 @@ var binarySearch = function(target) {
|
|
|
| /**
|
| * Return the intersection set of two sorted arrays.
|
| - * @param {Array.<*>} left
|
| - * @param {Array.<*>} right
|
| - * @return {Array.<*>}
|
| + * @param {Array<*>} left
|
| + * @param {Array<*>} right
|
| + * @return {Array<*>}
|
| */
|
| var intersectionOfSorted = function(left, right) {
|
| var from = 0;
|
|
|