Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / ui / DataGrid.js
index f264169..d6e0c2e 100644 (file)
@@ -693,19 +693,6 @@ WebInspector.DataGrid.prototype = {
         return this._scrollContainer;
     },
 
-    /**
-     * @return {boolean}
-     */
-    isScrolledToLastRow: function()
-    {
-        return this._scrollContainer.isScrolledToBottom();
-    },
-
-    scrollToLastRow: function()
-    {
-        this._scrollContainer.scrollTop = this._scrollContainer.scrollHeight - this._scrollContainer.offsetHeight;
-    },
-
     _positionResizers: function()
     {
         var headerTableColumns = this._headerTableColumnGroup.children;