| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| index e074129071267e78dde820d4de7c374adbd543bf..d32f6cdff8025f030aa264ecfe06468dbac20a06 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| @@ -74,7 +74,7 @@ public:
|
|
|
| ScriptPromise skipWaiting(ScriptState*);
|
|
|
| - void setRegistration(WebPassOwnPtr<WebServiceWorkerRegistration::Handle>);
|
| + void setRegistration(std::unique_ptr<WebServiceWorkerRegistration::Handle>);
|
|
|
| // EventTarget
|
| const AtomicString& interfaceName() const override;
|
|
|