| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| index 142918d8fb523498cfd22803d009d0f9d30c6d64..67e4bfd7178e168b311567a240c439dd8c2e15ac 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| @@ -459,7 +459,7 @@ void PresentationConnection::didChangeState(
|
|
|
| void PresentationConnection::didClose(
|
| WebPresentationConnectionCloseReason reason,
|
| - const String& message) {
|
| + const WebString& message) {
|
| if (m_state == WebPresentationConnectionState::Closed)
|
| return;
|
|
|
|
|