summaryrefslogtreecommitdiffstats
path: root/WebCore/xml/XSLTProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/xml/XSLTProcessor.h')
-rw-r--r--WebCore/xml/XSLTProcessor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/xml/XSLTProcessor.h b/WebCore/xml/XSLTProcessor.h
index 5be6b17..451e12c 100644
--- a/WebCore/xml/XSLTProcessor.h
+++ b/WebCore/xml/XSLTProcessor.h
@@ -44,6 +44,7 @@ class DocumentFragment;
class XSLTProcessor : public RefCounted<XSLTProcessor> {
public:
static PassRefPtr<XSLTProcessor> create() { return adoptRef(new XSLTProcessor); }
+ ~XSLTProcessor();
void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; }
bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);