Index: Source/core/dom/ProcessingInstruction.h |
diff --git a/Source/core/dom/ProcessingInstruction.h b/Source/core/dom/ProcessingInstruction.h |
index aa77cc62a4c4aa1237116bb98625932b368bdb6e..2c80225746127a128ca82f3f01eada233d99beb7 100644 |
--- a/Source/core/dom/ProcessingInstruction.h |
+++ b/Source/core/dom/ProcessingInstruction.h |
@@ -46,7 +46,6 @@ public: |
const String& localHref() const { return m_localHref; } |
StyleSheet* sheet() const { return m_sheet.get(); } |
- void setCSSStyleSheet(PassRefPtrWillBeRawPtr<CSSStyleSheet>); |
bool isCSS() const { return m_isCSS; } |
bool isXSL() const { return m_isXSL; } |