Index: Source/core/css/ElementRuleCollector.cpp |
diff --git a/Source/core/css/ElementRuleCollector.cpp b/Source/core/css/ElementRuleCollector.cpp |
index 742bb1c834686f7687a7bc35c600a7b509ac68a4..e421fbb7e5f520afda79d359612f3b52af914737 100644 |
--- a/Source/core/css/ElementRuleCollector.cpp |
+++ b/Source/core/css/ElementRuleCollector.cpp |
@@ -253,7 +253,7 @@ void ElementRuleCollector::sortAndTransferMatchedRules() |
const RuleData* ruleData = matchedRules[i].ruleData(); |
if (m_style && ruleData->containsUncommonAttributeSelector()) |
m_style->setUnique(); |
- m_result.addMatchedProperties(&ruleData->rule()->properties(), ruleData->rule(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules)); |
+ m_result.addMatchedProperties(&ruleData->rule()->properties(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules)); |
} |
} |