| Index: mojo/public/interfaces/bindings/mojom_files.mojom
|
| diff --git a/mojo/public/interfaces/bindings/mojom_files.mojom b/mojo/public/interfaces/bindings/mojom_files.mojom
|
| index 603e3e81c360f67e052f8e39e79ba95fe40e8984..fcb5349eb4d02fcf735fe41a69d880c4d22e4357 100644
|
| --- a/mojo/public/interfaces/bindings/mojom_files.mojom
|
| +++ b/mojo/public/interfaces/bindings/mojom_files.mojom
|
| @@ -70,8 +70,9 @@ struct MojomFile {
|
|
|
| // The bytes encoding a |RuntimeTypeInfo| struct for this Mojom file,
|
| // using Mojo message serialization. Some implementations may not include
|
| - // this.
|
| - array<uint8>? serialized_runtime_type_info;
|
| + // this. This string contains the base64 encoding of the gzip-compressed
|
| + // bytes.
|
| + string? serialized_runtime_type_info;
|
| };
|
|
|
| // Represents a directed acyclic graph of MojomFiles.
|
|
|