| Index: third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.cpp
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.cpp b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.cpp
|
| index ec9477b681143796c7dde2943039cc89a511887d..4774e9e29255a1b217dd363fd48addefb332ccb7 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.cpp
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.cpp
|
| @@ -32,7 +32,7 @@ void PushSubscriptionCallbacks::onSuccess(
|
| return;
|
|
|
| m_resolver->resolve(PushSubscription::take(
|
| - m_resolver.get(), wrapUnique(webPushSubscription.release()),
|
| + m_resolver.get(), WTF::wrapUnique(webPushSubscription.release()),
|
| m_serviceWorkerRegistration));
|
| }
|
|
|
|
|