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

Unified Diff: third_party/google_input_tools/third_party/closure_library/closure/goog/debug/logbuffer.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/logbuffer.js
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/logbuffer.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/logbuffer.js
index d2ded20df37184d15a4a78f4f55200a571ab71cc..7e3de4b660bd568901fc580ea71ac8a0d0a23676 100644
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/logbuffer.js
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/logbuffer.js
@@ -66,7 +66,7 @@ goog.define('goog.debug.LogBuffer.CAPACITY', 0);
/**
* The array to store the records.
- * @type {!Array.<!goog.debug.LogRecord|undefined>}
+ * @type {!Array<!goog.debug.LogRecord|undefined>}
* @private
*/
goog.debug.LogBuffer.prototype.buffer_;

Powered by Google App Engine
This is Rietveld 408576698