Index: third_party/protobuf/js/debug.js |
diff --git a/third_party/protobuf/js/debug.js b/third_party/protobuf/js/debug.js |
index 483891189dacfe8daf37156f2b2bd25acc4f7a3f..3701a0957ea05863dee4f547545cc9da9b8b529c 100644 |
--- a/third_party/protobuf/js/debug.js |
+++ b/third_party/protobuf/js/debug.js |
@@ -68,7 +68,7 @@ jspb.debug.dump = function(message) { |
* Recursively introspects a message and the values its getters return to |
* make a best effort in creating a human readable representation of the |
* message. |
- * @param {*} thing A jspb.Message, Array or primitive type to dump. |
+ * @param {?} thing A jspb.Message, Array or primitive type to dump. |
* @return {*} |
* @private |
*/ |