| Index: third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channel.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channel.mojom b/third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channel.mojom
|
| index af0d38209b7ee6633840b99390ea6f345a611bc7..857acf56a818a6418389994fc1c8703e1e278b53 100644
|
| --- a/third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channel.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channel.mojom
|
| @@ -12,7 +12,7 @@ import "url/mojo/origin.mojom";
|
| // in the renderer for messages from the browser to the renderer.
|
| interface BroadcastChannelClient {
|
| // Messages are passed as SerializedScriptValue.
|
| - OnMessage(string message);
|
| + OnMessage(array<uint8> message);
|
| };
|
|
|
| // This interface is used to set up connections to broadcast channels. All
|
|
|