Index: Source/core/css/ElementRuleCollector.cpp |
diff --git a/Source/core/css/ElementRuleCollector.cpp b/Source/core/css/ElementRuleCollector.cpp |
index d1f744b091b35145ad16833e04c7b700857f1541..cfc7ce3cbe49c0e5ab2832c531f4a17ab30c8148 100644 |
--- a/Source/core/css/ElementRuleCollector.cpp |
+++ b/Source/core/css/ElementRuleCollector.cpp |
@@ -72,7 +72,7 @@ PassRefPtr<StyleRuleList> ElementRuleCollector::matchedStyleRuleList() |
return m_styleRuleList.release(); |
} |
-PassRefPtr<CSSRuleList> ElementRuleCollector::matchedCSSRuleList() |
+PassRefPtrWillBeRawPtr<CSSRuleList> ElementRuleCollector::matchedCSSRuleList() |
{ |
ASSERT(m_mode == SelectorChecker::CollectingCSSRules); |
return m_cssRuleList.release(); |