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

Unified Diff: third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.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/testing/watchers.js
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js
index a69dc3e2b23fd53424a202dfd8c1ffbfce3c93c2..a242a57e3096cc9c11fbaad8c9aa76de2e8b0db1 100644
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js
@@ -21,7 +21,7 @@
goog.provide('goog.testing.watchers');
-/** @private {!Array.<function()>} */
+/** @private {!Array<function()>} */
goog.testing.watchers.resetWatchers_ = [];

Powered by Google App Engine
This is Rietveld 408576698