| Index: third_party/WebKit/Source/platform/network/HTTPParsers.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/HTTPParsers.cpp b/third_party/WebKit/Source/platform/network/HTTPParsers.cpp
|
| index 54054687a8b09b575a538a95eb78f4200c59420e..d9d6c61caa079ad498cc8e192df8b46d14630a7d 100644
|
| --- a/third_party/WebKit/Source/platform/network/HTTPParsers.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/HTTPParsers.cpp
|
| @@ -743,7 +743,7 @@ CacheControlHeader ParseCacheControlDirectives(
|
| // This is deprecated and equivalent to Cache-control: no-cache
|
| // Don't bother tokenizing the value, it is not important
|
| cache_control_header.contains_no_cache =
|
| - pragma_value.Lower().Contains(kNoCacheDirective);
|
| + pragma_value.DeprecatedLower().Contains(kNoCacheDirective);
|
| }
|
| return cache_control_header;
|
| }
|
|
|