| Index: Source/modules/serviceworkers/RespondWithObserver.h
|
| diff --git a/Source/modules/serviceworkers/RespondWithObserver.h b/Source/modules/serviceworkers/RespondWithObserver.h
|
| index dff5ed91e8622479dd3ad00458da749650fe24c1..a7b9f29fcfa08fdf02ac26cf41d51106cc5e71c1 100644
|
| --- a/Source/modules/serviceworkers/RespondWithObserver.h
|
| +++ b/Source/modules/serviceworkers/RespondWithObserver.h
|
| @@ -44,7 +44,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;
|
|
|
|
|