| Index: third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/MemoryCache.h b/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| index 72cfa0609010e458aab790ea36a8f912b921d59d..b0085ca76bc6cc874b6f25978a9e6c3bed1f1104 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| +++ b/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| @@ -116,7 +116,7 @@ WILL_NOT_BE_EAGERLY_TRACED_CLASS(MemoryCacheEntry);
|
| // MemoryCacheLRUList an inner struct of MemoryCache because we can't define
|
| // VectorTraits for inner structs.
|
| struct MemoryCacheLRUList final {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| Member<MemoryCacheEntry> m_head;
|
| Member<MemoryCacheEntry> m_tail;
|
|
|