Index: Source/core/dom/ProcessingInstruction.h |
diff --git a/Source/core/dom/ProcessingInstruction.h b/Source/core/dom/ProcessingInstruction.h |
index 3099c11f5cbb93fd5f6fb182c18bf86a92780dd5..9cc14b505538254dc30f045e71ee8fe54ce06cbe 100644 |
--- a/Source/core/dom/ProcessingInstruction.h |
+++ b/Source/core/dom/ProcessingInstruction.h |
@@ -71,6 +71,7 @@ private: |
virtual bool sheetLoaded() OVERRIDE; |
void parseStyleSheet(const String& sheet); |
+ void clearSheet(); |
String m_target; |
String m_localHref; |