Index: Source/modules/serviceworkers/FetchHeaderList.h |
diff --git a/Source/modules/serviceworkers/FetchHeaderList.h b/Source/modules/serviceworkers/FetchHeaderList.h |
index 26fcd77d6f86ba70f3251fa86cb3c1834e5833cc..b680f4de0920850e40c8873c4addbdf2bcbfb9e9 100644 |
--- a/Source/modules/serviceworkers/FetchHeaderList.h |
+++ b/Source/modules/serviceworkers/FetchHeaderList.h |
@@ -37,6 +37,8 @@ public: |
bool has(const String&) const; |
void clearList(); |
+ bool containsNonSimpleHeader() const; |
+ |
const Vector<OwnPtr<Header> >& list() const { return m_headerList; } |
static bool isValidHeaderName(const String&); |