| 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 3d2fcd2d12e39e475e5d5df9fd449a97fef2f81a..e7d005333b686f332fb64a173e789ece4d5ca05e 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| @@ -151,8 +151,7 @@ PresentationConnection::PresentationConnection(LocalFrame* frame,
|
| : DOMWindowProperty(frame),
|
| m_id(id),
|
| m_url(url),
|
| - // TODO(zhaobin): change initial state to Connecting. (crbug/659423)
|
| - m_state(WebPresentationConnectionState::Connected),
|
| + m_state(WebPresentationConnectionState::Connecting),
|
| m_binaryType(BinaryTypeBlob) {}
|
|
|
| PresentationConnection::~PresentationConnection() {
|
|
|