| Index: content/renderer/presentation/presentation_dispatcher.cc
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.cc b/content/renderer/presentation/presentation_dispatcher.cc
|
| index 325cac65c7892474fdff2f974d21d4bd3557c4bf..d6a299bc59d7ec88d6e27e4c0cd0231943a8230a 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.cc
|
| +++ b/content/renderer/presentation/presentation_dispatcher.cc
|
| @@ -446,7 +446,7 @@ void PresentationDispatcher::OnSessionMessagesReceived(
|
| // Note: Passing batches of messages to the Blink layer would be more
|
| // efficient.
|
| std::unique_ptr<PresentationConnectionClient> session_client(
|
| - new PresentationConnectionClient(session_info->url, session_info->id));
|
| + new PresentationConnectionClient(session_info.Clone()));
|
| switch (messages[i]->type) {
|
| case blink::mojom::PresentationMessageType::TEXT: {
|
| // TODO(mfoltz): Do we need to DCHECK(messages[i]->message)?
|
|
|