| Index: Source/core/css/RuleSet.cpp
|
| diff --git a/Source/core/css/RuleSet.cpp b/Source/core/css/RuleSet.cpp
|
| index 7d81c9419d0735ad898c2e271b81c48cc32651f0..7de76bc1dd8d7a4c8f8068ee4138e0a2334e9c34 100644
|
| --- a/Source/core/css/RuleSet.cpp
|
| +++ b/Source/core/css/RuleSet.cpp
|
| @@ -273,7 +273,7 @@ static void collectFeaturesFromRuleData(RuleFeatureSet& features, const RuleData
|
| features.uncommonAttributeRules.append(RuleFeature(ruleData.rule(), ruleData.selectorIndex(), ruleData.hasDocumentSecurityOrigin()));
|
| }
|
|
|
| -void RuleSet::addToRuleSet(AtomicStringImpl* key, PendingRuleMap& map, const RuleData& ruleData)
|
| +void RuleSet::addToRuleSet(StringImpl* key, PendingRuleMap& map, const RuleData& ruleData)
|
| {
|
| if (!key)
|
| return;
|
|
|