summaryrefslogtreecommitdiff
path: root/Source/WebCore/css/CSSRule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSRule.cpp')
-rw-r--r--Source/WebCore/css/CSSRule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSRule.cpp b/Source/WebCore/css/CSSRule.cpp
index 23b428eb5..f01cffafd 100644
--- a/Source/WebCore/css/CSSRule.cpp
+++ b/Source/WebCore/css/CSSRule.cpp
@@ -53,7 +53,7 @@ void CSSRule::setCssText(const String& /*cssText*/, ExceptionCode& /*ec*/)
const CSSParserContext& CSSRule::parserContext() const
{
CSSStyleSheet* styleSheet = parentStyleSheet();
- return styleSheet ? styleSheet->contents()->parserContext() : strictCSSParserContext();
+ return styleSheet ? styleSheet->contents().parserContext() : strictCSSParserContext();
}
} // namespace WebCore