| Index: third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp b/third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp
|
| index 501f479d317e9a8f8b7fe4a2db97539ce1169209..d7ec888250fa4ad3349ed04acea2bfbb4ccc17de 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAppManager.cpp
|
| @@ -136,7 +136,7 @@ PaymentAppManager::PaymentAppManager(ServiceWorkerRegistration* registration)
|
| : m_registration(registration) {
|
| DCHECK(registration);
|
| Platform::current()->interfaceProvider()->getInterface(
|
| - mojo::GetProxy(&m_manager));
|
| + mojo::MakeRequest(&m_manager));
|
|
|
| m_manager.set_connection_error_handler(convertToBaseCallback(WTF::bind(
|
| &PaymentAppManager::onServiceConnectionError, wrapWeakPersistent(this))));
|
|
|