| Index: Source/core/xml/XSLTProcessor.h
|
| diff --git a/Source/core/xml/XSLTProcessor.h b/Source/core/xml/XSLTProcessor.h
|
| index f66a16acceeb5fe701dca547cef38c400401c519..76c2734af23f7b0325724cd9329fd353845f3d2c 100644
|
| --- a/Source/core/xml/XSLTProcessor.h
|
| +++ b/Source/core/xml/XSLTProcessor.h
|
| @@ -58,7 +58,7 @@ public:
|
| if (style)
|
| m_stylesheetRootNode = style;
|
| }
|
| - PassRefPtr<DocumentFragment> transformToFragment(Node* source, Document* ouputDoc);
|
| + PassRefPtrWillBeRawPtr<DocumentFragment> transformToFragment(Node* source, Document* ouputDoc);
|
| PassRefPtr<Document> transformToDocument(Node* source);
|
|
|
| void setParameter(const String& namespaceURI, const String& localName, const String& value);
|
|
|