Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index 6c6df00b21e4a1c0b7cc1bcfc119a4aed10fe180..cdee5132d80fe3507f299f8d73c137f53914a346 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; |
@@ -257,8 +255,6 @@ private: |
WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> > m_textToSheetCache; |
WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString> m_sheetToTextCache; |
- |
- RefPtrWillBeMember<ProcessingInstruction> m_xslStyleSheet; |
}; |
} |