Chromium Code Reviews| 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 586b2d2c22eff7ec22eb91ed34163d54f5504408..c18042386e69860d8555698ccaa71f285be15c15 100644 |
| --- a/third_party/WebKit/Source/core/fetch/Resource.cpp |
| +++ b/third_party/WebKit/Source/core/fetch/Resource.cpp |
| @@ -60,7 +60,7 @@ const char* const headersToIgnoreAfterRevalidation[] = { |
| "etag", |
| "expires", |
| "keep-alive", |
| - "last-modified" |
| + "last-modified", |
| "proxy-authenticate", |
| "proxy-connection", |
| "trailer", |