| Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| index 2557e82b9e94cbede8731885d2037106a43ddf10..25f3616e3a0d95794dc386906b7edac826cf4781 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -310,6 +310,7 @@ DEFINE_TRACE(ProcessingInstruction)
|
| visitor->trace(m_sheet);
|
| visitor->trace(m_listenerForXSLT);
|
| CharacterData::trace(visitor);
|
| + ResourceOwner<StyleSheetResource>::trace(visitor);
|
| }
|
|
|
| } // namespace
|
|
|