Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
index 2fa5b5ec056a33739f7eb39ecdbebe36971dcc87..9fe7a27f9cbb47ff3eb64fdd95b933374a27d477 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
@@ -40,9 +40,9 @@ |
namespace blink { |
-PassOwnPtr<WebCore::ServiceWorkerGlobalScopeClient> ServiceWorkerGlobalScopeClientImpl::create(PassOwnPtr<WebServiceWorkerContextClient> client) |
+PassOwnPtrWillBeRawPtr<WebCore::ServiceWorkerGlobalScopeClient> ServiceWorkerGlobalScopeClientImpl::create(PassOwnPtr<WebServiceWorkerContextClient> client) |
{ |
- return adoptPtr(new ServiceWorkerGlobalScopeClientImpl(client)); |
+ return adoptPtrWillBeNoop(new ServiceWorkerGlobalScopeClientImpl(client)); |
} |
ServiceWorkerGlobalScopeClientImpl::~ServiceWorkerGlobalScopeClientImpl() |