| Index: Source/core/dom/ProcessingInstruction.h
|
| diff --git a/Source/core/dom/ProcessingInstruction.h b/Source/core/dom/ProcessingInstruction.h
|
| index c822eca4f4ca5dec5e91c798f2d5435e9aebcb68..aa77cc62a4c4aa1237116bb98625932b368bdb6e 100644
|
| --- a/Source/core/dom/ProcessingInstruction.h
|
| +++ b/Source/core/dom/ProcessingInstruction.h
|
| @@ -38,7 +38,7 @@ class ProcessingInstruction final : public CharacterData, private ResourceOwner<
|
| public:
|
| static PassRefPtrWillBeRawPtr<ProcessingInstruction> create(Document&, const String& target, const String& data);
|
| virtual ~ProcessingInstruction();
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| const String& target() const { return m_target; }
|
|
|
|
|