Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index 6c6df00b21e4a1c0b7cc1bcfc119a4aed10fe180..bebfa293e483a1692f5980aae2878b82506208b4 100644 |
--- a/Source/core/dom/StyleEngine.h |
+++ b/Source/core/dom/StyleEngine.h |
@@ -88,8 +88,6 @@ public: |
void removeStyleSheetCandidateNode(Node*, TreeScope&); |
void modifiedStyleSheetCandidateNode(Node*); |
void enableExitTransitionStylesheets(); |
- void addXSLStyleSheet(ProcessingInstruction*, bool createdByParser); |
- void removeXSLStyleSheet(ProcessingInstruction*); |
void invalidateInjectedStyleSheetCache(); |
void updateInjectedStyleSheetCache() const; |
@@ -188,7 +186,6 @@ private: |
TreeScopeStyleSheetCollection* styleSheetCollectionFor(TreeScope&); |
bool shouldUpdateDocumentStyleSheetCollection(StyleResolverUpdateMode) const; |
bool shouldUpdateShadowTreeStyleSheetCollection(StyleResolverUpdateMode) const; |
- bool shouldApplyXSLTransform() const; |
void markTreeScopeDirty(TreeScope&); |
@@ -257,8 +254,6 @@ private: |
WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> > m_textToSheetCache; |
WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString> m_sheetToTextCache; |
- |
- RefPtrWillBeMember<ProcessingInstruction> m_xslStyleSheet; |
}; |
} |