| Index: Source/modules/serviceworkers/FetchHeaderList.h
|
| diff --git a/Source/modules/serviceworkers/FetchHeaderList.h b/Source/modules/serviceworkers/FetchHeaderList.h
|
| index 26fcd77d6f86ba70f3251fa86cb3c1834e5833cc..09c65198256b2150bfd1d9b76f56cc4fe5e7fa64 100644
|
| --- a/Source/modules/serviceworkers/FetchHeaderList.h
|
| +++ b/Source/modules/serviceworkers/FetchHeaderList.h
|
| @@ -41,9 +41,6 @@ public:
|
|
|
| static bool isValidHeaderName(const String&);
|
| static bool isValidHeaderValue(const String&);
|
| - static bool isSimpleHeader(const String&, const String&);
|
| - static bool isForbiddenHeaderName(const String&);
|
| - static bool isForbiddenResponseHeaderName(const String&);
|
|
|
| void trace(Visitor*) { }
|
|
|
|
|