Index: Source/modules/serviceworkers/FetchHeaderList.h |
diff --git a/Source/modules/serviceworkers/FetchHeaderList.h b/Source/modules/serviceworkers/FetchHeaderList.h |
index 622fdab458ec42bf14f4f603d9b7378bfb2146ae..5ea80b994bee4dc55a09c2d6f26f13e8f8b2e137 100644 |
--- a/Source/modules/serviceworkers/FetchHeaderList.h |
+++ b/Source/modules/serviceworkers/FetchHeaderList.h |
@@ -34,6 +34,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&); |