Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index 550c6fa14504d620b790f811aabcaaa1394dcc56..de25301c86e73e550a35c0a160bfed7ff5c7ddb1 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -410,7 +410,7 @@ void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const |
// Completing the sheet load may cause scripts to execute. |
RefPtr<Node> protector(m_owner); |
- CSSParserContext parserContext(&m_owner->document(), baseURL, charset); |
+ CSSParserContext parserContext(m_owner->document(), baseURL, charset); |
if (RefPtr<StyleSheetContents> restoredSheet = const_cast<CSSStyleSheetResource*>(cachedStyleSheet)->restoreParsedStyleSheet(parserContext)) { |
ASSERT(restoredSheet->isCacheable()); |