Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: Source/core/dom/Document.h

Issue 703193004: XSLT-in-PrivateScript (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(); }

Powered by Google App Engine
This is Rietveld 408576698