| Index: chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js
|
| diff --git a/chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js b/chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js
|
| index 68f871b163b98d1eaf9d9f9f920f8b840d1995f9..469414cbb8534762eff467fbe16de89bb4b8b991 100644
|
| --- a/chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js
|
| +++ b/chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js
|
| @@ -61,7 +61,7 @@ goog.global = this;
|
| * var CLOSURE_UNCOMPILED_DEFINES = {'goog.DEBUG': false};
|
| * </pre>
|
| *
|
| - * @type {Object.<string, (string|number|boolean)>|undefined}
|
| + * @type {Object<string, (string|number|boolean)>|undefined}
|
| */
|
| goog.global.CLOSURE_UNCOMPILED_DEFINES;
|
|
|
| @@ -82,7 +82,7 @@ goog.global.CLOSURE_UNCOMPILED_DEFINES;
|
| * var CLOSURE_DEFINES = {'goog.DEBUG': false};
|
| * </pre>
|
| *
|
| - * @type {Object.<string, (string|number|boolean)>|undefined}
|
| + * @type {Object<string, (string|number|boolean)>|undefined}
|
| */
|
| goog.global.CLOSURE_DEFINES;
|
|
|
| @@ -570,7 +570,7 @@ goog.addSingletonGetter = function(ctor) {
|
| * All singleton classes that have been instantiated, for testing. Don't read
|
| * it directly, use the {@code goog.testing.singleton} module. The compiler
|
| * removes this variable if unused.
|
| - * @type {!Array.<!Function>}
|
| + * @type {!Array<!Function>}
|
| * @private
|
| */
|
| goog.instantiatedSingletons_ = [];
|
|
|