| Index: third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp b/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| index db7f630d11d2a3862f6db850218a53b1addaf4c3..177cc70d653cac2decf9219af353561abb951b37 100644
|
| --- a/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| @@ -285,7 +285,7 @@ void ElementRuleCollector::sortAndTransferMatchedRules()
|
| // Now transfer the set of matched rules over to our list of declarations.
|
| for (unsigned i = 0; i < m_matchedRules.size(); i++) {
|
| const RuleData* ruleData = m_matchedRules[i].ruleData();
|
| - m_result.addMatchedProperties(&ruleData->rule()->properties(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules));
|
| + m_result.addMatchedProperties(&ruleData->rule()->properties(), ruleData->linkMatchType(), ruleData->propertyWhitelist(m_matchingUARules));
|
| }
|
| }
|
|
|
|
|