| Index: Source/core/xml/XSLTProcessor.cpp | 
| diff --git a/Source/core/xml/XSLTProcessor.cpp b/Source/core/xml/XSLTProcessor.cpp | 
| index 48fd5cfaac063c7186b617f80ce68598a0ed5ef0..dbb572d067a188e6d78c96178fab5c5d924dc5cf 100644 | 
| --- a/Source/core/xml/XSLTProcessor.cpp | 
| +++ b/Source/core/xml/XSLTProcessor.cpp | 
| @@ -37,6 +37,8 @@ | 
|  | 
| namespace WebCore { | 
|  | 
| +DEFINE_GC_INFO(XSLTProcessor); | 
| + | 
| static inline void transformTextStringToXHTMLDocumentString(String& text) | 
| { | 
| // Modify the output so that it is a well-formed XHTML document with a <pre> tag enclosing the text. | 
|  |