| 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 d561ca4996f10d28274568b9db6874a7b16a084d..7e6364d25bd3ac071e1d2ec5834fa10ad3e3d3d3 100644
|
| --- a/ui/webui/resources/js/cr/ui/table.js
|
| +++ b/ui/webui/resources/js/cr/ui/table.js
|
| @@ -248,7 +248,7 @@ cr.define('cr.ui', function() {
|
| * @param {Event} e The 'change' or 'splice' event.
|
| */
|
| handleChangeList_: function(e) {
|
| - webkitRequestAnimationFrame(this.header_.updateWidth.bind(this.header_));
|
| + requestAnimationFrame(this.header_.updateWidth.bind(this.header_));
|
| },
|
|
|
| /**
|
|
|