Index: third_party/WebKit/Source/core/dom/SelectorQuery.h |
diff --git a/third_party/WebKit/Source/core/dom/SelectorQuery.h b/third_party/WebKit/Source/core/dom/SelectorQuery.h |
index e311ac1e5e92dcf75b1182ac5abd71f4f141276d..08e86396a5b4d2900976a8089c8d7bd7932f9ee1 100644 |
--- a/third_party/WebKit/Source/core/dom/SelectorQuery.h |
+++ b/third_party/WebKit/Source/core/dom/SelectorQuery.h |
@@ -44,7 +44,7 @@ template <typename NodeType> class StaticNodeTypeList; |
typedef StaticNodeTypeList<Element> StaticElementList; |
class SelectorDataList { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
void initialize(const CSSSelectorList&); |
bool matches(Element&) const; |