| Index: Source/modules/serviceworkers/FetchHeaderList.h
|
| diff --git a/Source/modules/serviceworkers/FetchHeaderList.h b/Source/modules/serviceworkers/FetchHeaderList.h
|
| index e1806839ab57b4367a455422e5a727ef1ea64450..84a591749f9d4aa9d36d168124371358fa301e29 100644
|
| --- a/Source/modules/serviceworkers/FetchHeaderList.h
|
| +++ b/Source/modules/serviceworkers/FetchHeaderList.h
|
| @@ -43,9 +43,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*) { }
|
|
|
|
|