Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 63ff3db1b7047633e8228410efc46c169e7df531..3baf596db8dc2913dc1c9c3cac076a59be425940 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -813,10 +813,6 @@ public: |
void pushCurrentScript(PassRefPtrWillBeRawPtr<HTMLScriptElement>); |
void popCurrentScript(); |
- void applyXSLTransform(ProcessingInstruction* pi); |
- PassRefPtrWillBeRawPtr<Document> transformSourceDocument() { return m_transformSourceDocument; } |
- void setTransformSourceDocument(Document* doc) { m_transformSourceDocument = doc; } |
- |
void setTransformSource(PassOwnPtr<TransformSource>); |
TransformSource* transformSource() const { return m_transformSource.get(); } |