Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Unified Diff: tools/deep_memory_profiler/visualizer/static/utility.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « tools/deep_memory_profiler/visualizer/static/profiler.js ('k') | tools/memory_inspector/chrome_app/template/main_window.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698