| Index: Source/modules/presentation/PresentationSession.cpp
|
| diff --git a/Source/modules/presentation/PresentationSession.cpp b/Source/modules/presentation/PresentationSession.cpp
|
| index dc665e2de1d2b3cb544a6e93db4f90f33a80c907..effc411a2d4161a896975faa295da181fd4257ff 100644
|
| --- a/Source/modules/presentation/PresentationSession.cpp
|
| +++ b/Source/modules/presentation/PresentationSession.cpp
|
| @@ -90,7 +90,7 @@ PresentationSession::PresentationSession(LocalFrame* frame, const String& id, co
|
| : DOMWindowProperty(frame)
|
| , m_id(id)
|
| , m_url(url)
|
| - , m_state(WebPresentationSessionState::Disconnected)
|
| + , m_state(WebPresentationSessionState::Connected)
|
| {
|
| }
|
|
|
|
|