| Index: Source/modules/serviceworkers/Response.h
|
| diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h
|
| index 16bfcf513382deaf04569952a8156dd741c1903d..99382e9aa9f22bbda933c31c45a4f8cf07609160 100644
|
| --- a/Source/modules/serviceworkers/Response.h
|
| +++ b/Source/modules/serviceworkers/Response.h
|
| @@ -39,7 +39,7 @@ public:
|
| String statusText() const;
|
| Headers* headers() const;
|
|
|
| - void populateWebServiceWorkerResponse(WebServiceWorkerResponse&);
|
| + void populateWebServiceWorkerResponse(WebServiceWorkerResponse&) const;
|
|
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
|
|