| Index: chrome/browser/resources/cryptotoken/requestqueue.js
|
| diff --git a/chrome/browser/resources/cryptotoken/requestqueue.js b/chrome/browser/resources/cryptotoken/requestqueue.js
|
| index 9c523eaf7f3aeacf7cdbeb65c1f234506895b7b2..a377f4c4270799fe650ff051601d083805bc8d62 100644
|
| --- a/chrome/browser/resources/cryptotoken/requestqueue.js
|
| +++ b/chrome/browser/resources/cryptotoken/requestqueue.js
|
| @@ -163,7 +163,7 @@ RequestQueue.prototype.queueRequest = function(beginCb, timer) {
|
| * @constructor
|
| */
|
| function OriginKeyedRequestQueue() {
|
| - /** @private {Object.<string, !RequestQueue>} */
|
| + /** @private {Object<string, !RequestQueue>} */
|
| this.requests_ = {};
|
| }
|
|
|
|
|