| Index: third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp b/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp
|
| index c0c8fac422d89042df660e2427aa02e4c7e0eeeb..10c68ee70b17ec8816610a97df9af50868fe90d8 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.cpp
|
| @@ -23,7 +23,7 @@ ExistingPresentationConnectionCallbacks::
|
| }
|
|
|
| void ExistingPresentationConnectionCallbacks::onSuccess(
|
| - const WebPresentationSessionInfo& sessionInfo) {
|
| + const WebPresentationInfo& presentationInfo) {
|
| if (!m_resolver->getExecutionContext() ||
|
| m_resolver->getExecutionContext()->isContextDestroyed()) {
|
| return;
|
|
|