| Index: Source/modules/serviceworkers/RespondWithObserver.h
|
| diff --git a/Source/modules/serviceworkers/RespondWithObserver.h b/Source/modules/serviceworkers/RespondWithObserver.h
|
| index 567edb5dc27abe66d9583cd34714c4bc6b94c7e8..2ca238390891954565fd019244a6113ec1398e7e 100644
|
| --- a/Source/modules/serviceworkers/RespondWithObserver.h
|
| +++ b/Source/modules/serviceworkers/RespondWithObserver.h
|
| @@ -6,6 +6,7 @@
|
| #define RespondWithObserver_h
|
|
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| @@ -41,7 +42,7 @@ private:
|
|
|
| // Sends a response back to the client. The null response means to fallback
|
| // to native.
|
| - void sendResponse(PassRefPtr<Response>);
|
| + void sendResponse(PassRefPtrWillBeRawPtr<Response>);
|
|
|
| int m_eventID;
|
|
|
|
|