Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js
index 9394f7f5dc095d5fa2594b4aa03bc33f737408f1..3ae7549ca09992cd4eee17ca780347dcae04a6a2 100644
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js
@@ -68,7 +68,7 @@ goog.debug.EntryPointMonitor.prototype.unwrap;
/**
* An array of entry point callbacks.
- * @type {!Array.<function(!Function)>}
+ * @type {!Array<function(!Function)>}
* @private
*/
goog.debug.entryPointRegistry.refList_ = [];
@@ -76,7 +76,7 @@ goog.debug.entryPointRegistry.refList_ = [];
/**
* Monitors that should wrap all the entry points.
- * @type {!Array.<!goog.debug.EntryPointMonitor>}
+ * @type {!Array<!goog.debug.EntryPointMonitor>}
* @private
*/
goog.debug.entryPointRegistry.monitors_ = [];

Powered by Google App Engine
This is Rietveld 408576698