| Index: third_party/WebKit/Source/modules/background_sync/SyncManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/background_sync/SyncManager.cpp b/third_party/WebKit/Source/modules/background_sync/SyncManager.cpp
|
| index 2375cbca0fd10eb9edc0ff5699677407c6848738..618149be1b7b235a0dc6dff5c9a16036a42b26ca 100644
|
| --- a/third_party/WebKit/Source/modules/background_sync/SyncManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/background_sync/SyncManager.cpp
|
| @@ -70,7 +70,7 @@ const mojom::blink::BackgroundSyncServicePtr&
|
| SyncManager::getBackgroundSyncServicePtr() {
|
| if (!m_backgroundSyncService.get()) {
|
| Platform::current()->interfaceProvider()->getInterface(
|
| - mojo::GetProxy(&m_backgroundSyncService));
|
| + mojo::MakeRequest(&m_backgroundSyncService));
|
| }
|
| return m_backgroundSyncService;
|
| }
|
|
|