| Index: Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp
|
| index acde8a36885488ae3439f3911c6e80be6876463c..4a7a546d4ee47e3a561bc2c84520ee7875416df7 100644
|
| --- a/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -315,7 +315,7 @@ void ProcessingInstruction::clearSheet()
|
| m_sheet.release()->clearOwnerNode();
|
| }
|
|
|
| -void ProcessingInstruction::trace(Visitor* visitor)
|
| +DEFINE_TRACE(ProcessingInstruction)
|
| {
|
| visitor->trace(m_sheet);
|
| CharacterData::trace(visitor);
|
|
|