Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h |
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h |
index 131554f65976896f236e31ebf1bc2d64d886931b..2acdcfbfc7b097b10e82788f121ce1db6fb8abad 100644 |
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h |
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h |
@@ -44,8 +44,8 @@ class BLINK_PLATFORM_EXPORT WebServiceWorkerResponse { |
void reset(); |
void assign(const WebServiceWorkerResponse&); |
- void setURL(const WebURL&); |
- WebURL url() const; |
+ void setURLList(const WebVector<WebURL>&); |
+ const WebVector<WebURL>& urlList() const; |
void setStatus(unsigned short); |
unsigned short status() const; |