| Index: Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index 3863f17a5e1dfabb99424e18074ca380293c9e36..a63a9bf766861bc63325e3a620a13723d0f4a6da 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -67,7 +67,7 @@ public:
|
| ScriptPromise registerServiceWorker(ExecutionContext*, const String& pattern, const Dictionary&);
|
| ScriptPromise unregisterServiceWorker(ExecutionContext*, 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;
|
|
|