Chromium Code Reviews| Index: Source/WebCore/inspector/front-end/DataGrid.js |
| =================================================================== |
| --- Source/WebCore/inspector/front-end/DataGrid.js (revision 77243) |
| +++ Source/WebCore/inspector/front-end/DataGrid.js (working copy) |
| @@ -493,6 +493,11 @@ |
| this._columnWidthsInitialized = false; |
| }, |
| + get scrollContainer() |
| + { |
| + return this._scrollContainer; |
| + }, |
| + |
| isScrolledToLastRow: function() |
| { |
| return this._scrollContainer.isScrolledToBottom(); |