| Index: Source/core/xml/DocumentXSLT.h
|
| diff --git a/Source/core/xml/DocumentXSLT.h b/Source/core/xml/DocumentXSLT.h
|
| index 2293ce11d340c9f1472cdedf9d696ff0af965fe2..3b62f5757181002765d5ab784f2ea593dbba5c1f 100644
|
| --- a/Source/core/xml/DocumentXSLT.h
|
| +++ b/Source/core/xml/DocumentXSLT.h
|
| @@ -17,6 +17,7 @@ class ProcessingInstruction;
|
| class DocumentXSLT final : public NoBaseWillBeGarbageCollected<DocumentXSLT>, public WillBeHeapSupplement<Document> {
|
| WTF_MAKE_NONCOPYABLE(DocumentXSLT);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DocumentXSLT);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DocumentXSLT);
|
| public:
|
| Document* transformSourceDocument()
|
| {
|
|
|