Index: Source/modules/serviceworkers/FetchHeaderList.h |
diff --git a/Source/modules/serviceworkers/FetchHeaderList.h b/Source/modules/serviceworkers/FetchHeaderList.h |
index 2f7d5c61f42da9e8c0e4300bc7d0d7bde87c0a7a..622fdab458ec42bf14f4f603d9b7378bfb2146ae 100644 |
--- a/Source/modules/serviceworkers/FetchHeaderList.h |
+++ b/Source/modules/serviceworkers/FetchHeaderList.h |
@@ -19,6 +19,7 @@ class FetchHeaderList FINAL : public RefCounted<FetchHeaderList> { |
public: |
typedef std::pair<String, String> Header; |
static PassRefPtr<FetchHeaderList> create(); |
+ PassRefPtr<FetchHeaderList> createCopy(); |
~FetchHeaderList(); |
void append(const String&, const String&); |