| Index: ui/file_manager/file_manager/common/js/async_util.js
|
| diff --git a/ui/file_manager/file_manager/common/js/async_util.js b/ui/file_manager/file_manager/common/js/async_util.js
|
| index 745bee6a55258d6d553b228ef1fdced978764350..f2bf6f813d91a7c6467fe3ecfb79e9cc261451b5 100644
|
| --- a/ui/file_manager/file_manager/common/js/async_util.js
|
| +++ b/ui/file_manager/file_manager/common/js/async_util.js
|
| @@ -161,7 +161,9 @@ AsyncUtil.Queue = function() {
|
| AsyncUtil.ConcurrentQueue.call(this, 1);
|
| };
|
|
|
| -AsyncUtil.Queue.prototype.__proto__ = AsyncUtil.ConcurrentQueue.prototype;
|
| +AsyncUtil.Queue.prototype = {
|
| + __proto__: AsyncUtil.ConcurrentQueue.prototype
|
| +};
|
|
|
| /**
|
| * Creates a class for executing several asynchronous closures in a group in
|
|
|