Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(926)

Unified Diff: third_party/WebKit/Source/modules/fetch/FetchHeaderList.h

Issue 1358203003: Normalize and update the header value checks to RFC 7230 for Fetch Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/fetch/FetchHeaderList.h
diff --git a/third_party/WebKit/Source/modules/fetch/FetchHeaderList.h b/third_party/WebKit/Source/modules/fetch/FetchHeaderList.h
index 2aa9d0f8ddd1b10c4f1164a3cd7fcb6ef5e431e8..a31b7e1e59ccc352b9428bb6f12eaa2c9dcd660d 100644
--- a/third_party/WebKit/Source/modules/fetch/FetchHeaderList.h
+++ b/third_party/WebKit/Source/modules/fetch/FetchHeaderList.h
@@ -43,7 +43,7 @@ public:
const Header& entry(size_t index) const { return *(m_headerList[index].get()); }
static bool isValidHeaderName(const String&);
- static bool isValidHeaderValue(const String&);
+ static bool isValidHeaderValueRFC7230(const String&);
DEFINE_INLINE_TRACE() { }

Powered by Google App Engine
This is Rietveld 408576698