| Index: Source/modules/serviceworkers/RespondWithObserver.h
|
| diff --git a/Source/modules/serviceworkers/RespondWithObserver.h b/Source/modules/serviceworkers/RespondWithObserver.h
|
| index 3273f137ec48eef898136bff37964745eb4b26a2..76fce5dc0426a8cf41e0a7a2ef3ba2bd495c4b6c 100644
|
| --- a/Source/modules/serviceworkers/RespondWithObserver.h
|
| +++ b/Source/modules/serviceworkers/RespondWithObserver.h
|
| @@ -43,7 +43,7 @@ private:
|
|
|
| // Sends a response back to the client. The null response means to fallback
|
| // to native.
|
| - void sendResponse(PassRefPtrWillBeRawPtr<Response>);
|
| + void sendResponse(Response*);
|
|
|
| int m_eventID;
|
|
|
|
|