Chromium Code Reviews| Index: Source/modules/fetch/FetchHeaderList.h |
| diff --git a/Source/modules/fetch/FetchHeaderList.h b/Source/modules/fetch/FetchHeaderList.h |
| index 2aa9d0f8ddd1b10c4f1164a3cd7fcb6ef5e431e8..25c9ff0bb0ab4369f441851f62d5b14764c7d2d8 100644 |
| --- a/Source/modules/fetch/FetchHeaderList.h |
| +++ b/Source/modules/fetch/FetchHeaderList.h |
| @@ -44,6 +44,7 @@ public: |
| static bool isValidHeaderName(const String&); |
| static bool isValidHeaderValue(const String&); |
|
yhirano
2015/09/09 04:41:50
Is this function used?
shiva.jm
2015/09/10 10:10:26
not used removed.
|
| + static bool isValidFieldContentRFC7230(const String&); |
| DEFINE_INLINE_TRACE() { } |