| Index: Source/core/xml/DocumentXPathEvaluator.h
|
| diff --git a/Source/core/xml/DocumentXPathEvaluator.h b/Source/core/xml/DocumentXPathEvaluator.h
|
| index 85ed92027a7ae495692b845d5d7ab1b22e200c7b..61b45d08bea477f45b939621387aeb30b611b929 100644
|
| --- a/Source/core/xml/DocumentXPathEvaluator.h
|
| +++ b/Source/core/xml/DocumentXPathEvaluator.h
|
| @@ -38,6 +38,7 @@ class XPathResult;
|
|
|
| class DocumentXPathEvaluator final : public NoBaseWillBeGarbageCollected<DocumentXPathEvaluator>, public WillBeHeapSupplement<Document> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DocumentXPathEvaluator);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DocumentXPathEvaluator);
|
| public:
|
| static DocumentXPathEvaluator& from(WillBeHeapSupplementable<Document>&);
|
|
|
|
|