Index: Source/core/dom/ProcessingInstruction.cpp |
diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp |
index 66b466e4eecf31148c0b4002320891821454e219..7e9389af995bf40f894bf20935593864720b1e4b 100644 |
--- a/Source/core/dom/ProcessingInstruction.cpp |
+++ b/Source/core/dom/ProcessingInstruction.cpp |
@@ -183,7 +183,7 @@ void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& bas |
} |
ASSERT(m_isCSS); |
- CSSParserContext parserContext(&document(), baseURL, charset); |
+ CSSParserContext parserContext(document(), baseURL, charset); |
RefPtr<StyleSheetContents> newSheet = StyleSheetContents::create(href, parserContext); |