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 d7f475d244359d157071e95b7087dcc105d4b671..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) {}; |