Index: third_party/protobuf/js/binary/constants.js |
diff --git a/third_party/protobuf/js/binary/constants.js b/third_party/protobuf/js/binary/constants.js |
index ef5fecddc50406a6516f4ca97c7d7d25920be3b3..836216bfa2cda6002a66d0884cff527d2a2e2b49 100644 |
--- a/third_party/protobuf/js/binary/constants.js |
+++ b/third_party/protobuf/js/binary/constants.js |
@@ -141,8 +141,8 @@ jspb.ReaderFunction; |
/** |
* A writer function serializes a message to a BinaryWriter. |
- * @typedef {function((!jspb.Message|!jspb.ConstBinaryMessage), |
- * !jspb.BinaryWriter):void} |
+ * @typedef {!function(!jspb.Message, !jspb.BinaryWriter):void | |
+ * !function(!jspb.ConstBinaryMessage, !jspb.BinaryWriter):void} |
*/ |
jspb.WriterFunction; |