commit | e9faa823cc6e16ca6cc9570d4c54a7e8dc8cf56b | [log] [tgz] |
---|---|---|
author | rob.buis <rob.buis@samsung.com> | Mon Oct 24 15:09:03 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 24 15:12:40 2016 |
tree | cda9643a78dc3772b540036951dfbfef3d9b195d | |
parent | 78c98bcbd05238c7ba83aeb17cebbe3f77e14636 [diff] |
Update table.deleteRow(-1) to latest spec Update table.deleteRow(-1) behavior to latest spec, the change is that if there are no rows left to delete we do nothing instead of throwing an IndexSizeError exception. BUG=657837 Review-Url: https://codereview.chromium.org/2427963004 Cr-Commit-Position: refs/heads/master@{#427073}