| Index: remoting/webapp/js_proto/dom_proto.js
|
| diff --git a/remoting/webapp/js_proto/dom_proto.js b/remoting/webapp/js_proto/dom_proto.js
|
| index b8b19ff0b5f08b984d51a879ebff33c747c939aa..8eaa5ce9c0bab0c95c2de709337d79a075aa030b 100644
|
| --- a/remoting/webapp/js_proto/dom_proto.js
|
| +++ b/remoting/webapp/js_proto/dom_proto.js
|
| @@ -184,8 +184,8 @@ MediaSource.prototype.addSourceBuffer = function(format) {}
|
| var Promise = function (init) {};
|
|
|
| /**
|
| - * @param {function(*=) : (Promise|void)} onFulfill
|
| - * @param {function(*=) : (Promise|void)=} onReject
|
| + * @param {function(?=) : (Promise|void)} onFulfill
|
| + * @param {function(?=) : (Promise|void)=} onReject
|
| * @return {Promise}
|
| */
|
| Promise.prototype.then = function (onFulfill, onReject) {};
|
|
|