| 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 dc336a1ffba089b152b60ba6e0cb370e679c3dd4..066f24a98e0235baa9b18fd619f94f9a4405db3a 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| @@ -165,8 +165,7 @@ void PresentationConnection::bindProxy(
|
| DCHECK(proxy);
|
| // TODO(zhaobin): Restore to DCHECK(!m_proxy) when reconnect() is properly
|
| // implemented.
|
| - if (!m_proxy)
|
| - m_proxy = std::move(proxy);
|
| + m_proxy = std::move(proxy);
|
| }
|
|
|
| // static
|
|
|