| 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 dd1ca133ec178453737c30faa01dae1fe42c24ed..eef0b9dd260cad67c7e39eb60941a4a2782faf6f 100644
|
| --- a/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| @@ -176,6 +176,7 @@ void ElementRuleCollector::collectMatchingRulesForList(const RuleDataListType* r
|
| INCREMENT_STYLE_STATS_COUNTER(styleEngine, rulesMatched, matched);
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void ElementRuleCollector::collectMatchingRules(const MatchRequest& matchRequest, CascadeOrder cascadeOrder, bool matchingTreeBoundaryRules)
|
| {
|
| ASSERT(matchRequest.ruleSet);
|
|
|