| Index: Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index a549865f64deedf46f4584986e04d39105c2e1b9..08110785005110dd5470bc0098a9a218271fbffc 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -67,7 +67,7 @@ public:
|
| ScriptPromise registerServiceWorker(ScriptState*, const String& pattern, const Dictionary&);
|
| ScriptPromise unregisterServiceWorker(ScriptState*, const String& scope = String());
|
|
|
| - PassRefPtr<ServiceWorker> controller() { return m_controller; }
|
| + PassRefPtrWillBeRawPtr<ServiceWorker> controller() { return m_controller.get(); }
|
|
|
| // WebServiceWorkerProviderClient overrides.
|
| virtual void setController(blink::WebServiceWorker*) OVERRIDE;
|
|
|