Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1420)

Unified Diff: Source/modules/serviceworkers/FetchHeaderList.h

Issue 329853012: [ServiceWorker] Make Request class better conformance with the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698