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