| Index: third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
|
| diff --git a/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h b/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
|
| index b4409e7b615164bb0327eee7c7bd1822cbdfb44a..10d4b18e47a40f50fe3fce8a7b807959086ed95d 100644
|
| --- a/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
|
| +++ b/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
|
| @@ -58,9 +58,9 @@ class CrossOriginPreflightResultCacheItem {
|
| private:
|
| typedef HashSet<String, CaseFoldingHash> HeadersSet;
|
|
|
| - // FIXME: A better solution to holding onto the absolute expiration time might be
|
| - // to start a timer for the expiration delta that removes this from the cache when
|
| - // it fires.
|
| + // FIXME: A better solution to holding onto the absolute expiration time might
|
| + // be to start a timer for the expiration delta that removes this from the
|
| + // cache when it fires.
|
| double m_absoluteExpiryTime;
|
| StoredCredentials m_credentials;
|
| HashSet<String> m_methods;
|
|
|