Index: third_party/WebKit/Source/core/html/CollectionItemsCache.h |
diff --git a/third_party/WebKit/Source/core/html/CollectionItemsCache.h b/third_party/WebKit/Source/core/html/CollectionItemsCache.h |
index a86598a5145267eb63d914ce936500f40d942f8f..f288ce7990c8e6bba835bf8e4b4b4b559cd28b21 100644 |
--- a/third_party/WebKit/Source/core/html/CollectionItemsCache.h |
+++ b/third_party/WebKit/Source/core/html/CollectionItemsCache.h |
@@ -40,7 +40,7 @@ namespace blink { |
template <typename Collection, typename NodeType> |
class CollectionItemsCache : public CollectionIndexCache<Collection, NodeType> { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
typedef CollectionIndexCache<Collection, NodeType> Base; |