Index: Source/core/html/HTMLContentElement.h |
diff --git a/Source/core/html/HTMLContentElement.h b/Source/core/html/HTMLContentElement.h |
index cccc32ef8d32249847476dc7fe69132f4940022c..10cd2282b3ef5784335b77667d8932f912cc7c5a 100644 |
--- a/Source/core/html/HTMLContentElement.h |
+++ b/Source/core/html/HTMLContentElement.h |
@@ -39,6 +39,7 @@ |
namespace blink { |
class HTMLContentSelectFilter : public NoBaseWillBeGarbageCollectedFinalized<HTMLContentSelectFilter> { |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(HTMLContentSelectFilter); |
public: |
virtual ~HTMLContentSelectFilter() { } |
virtual bool canSelectNode(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const = 0; |