Index: ui/webui/resources/js/cr/ui/table.js |
diff --git a/ui/webui/resources/js/cr/ui/table.js b/ui/webui/resources/js/cr/ui/table.js |
index 6a26400863d9d25db7b57a3c89fb508f4ac208b8..9e02ae886261522a4d3d45ca513eea552f8aaf67 100644 |
--- a/ui/webui/resources/js/cr/ui/table.js |
+++ b/ui/webui/resources/js/cr/ui/table.js |
@@ -221,7 +221,7 @@ cr.define('cr.ui', function() { |
* @return {boolean} Whether any scrolling was needed. |
*/ |
scrollIndexIntoView: function(i) { |
- this.list_.scrollIndexIntoView(i); |
+ return this.list_.scrollIndexIntoView(i); |
}, |
/** |