| Index: trunk/Source/core/xml/XSLTProcessor.h
|
| ===================================================================
|
| --- trunk/Source/core/xml/XSLTProcessor.h (revision 174395)
|
| +++ trunk/Source/core/xml/XSLTProcessor.h (working copy)
|
| @@ -58,7 +58,7 @@
|
| if (style)
|
| m_stylesheetRootNode = style;
|
| }
|
| - PassRefPtrWillBeRawPtr<DocumentFragment> transformToFragment(Node* source, Document* ouputDoc);
|
| + PassRefPtr<DocumentFragment> transformToFragment(Node* source, Document* ouputDoc);
|
| PassRefPtr<Document> transformToDocument(Node* source);
|
|
|
| void setParameter(const String& namespaceURI, const String& localName, const String& value);
|
|
|