| Index: third_party/WebKit/Source/core/fetch/Resource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/Resource.cpp b/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| index fda7c6e456ea1bc13eb02f9b5fca8cd0dd6bf47c..0b29e999f6178beccff4e324a598372de292246d 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.cpp
|
| @@ -93,7 +93,7 @@ static inline bool shouldUpdateHeaderAfterRevalidation(
|
| for (size_t i = 0;
|
| i < WTF_ARRAY_LENGTH(headerPrefixesToIgnoreAfterRevalidation); i++) {
|
| if (header.startsWith(headerPrefixesToIgnoreAfterRevalidation[i],
|
| - TextCaseInsensitive))
|
| + TextCaseASCIIInsensitive))
|
| return false;
|
| }
|
| return true;
|
|
|