| Index: Source/core/css/RuleFeature.h
|
| diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
|
| index 1fd7a7c77bb7d2ac347a704da94d3fb076b93f98..e2ad1bd1eac2c1fbd6d51d0117fbf1394300e47b 100644
|
| --- a/Source/core/css/RuleFeature.h
|
| +++ b/Source/core/css/RuleFeature.h
|
| @@ -56,9 +56,9 @@ struct RuleFeatureSet {
|
|
|
| void reportMemoryUsage(MemoryObjectInfo*) const;
|
|
|
| - HashSet<AtomicStringImpl*> idsInRules;
|
| - HashSet<AtomicStringImpl*> classesInRules;
|
| - HashSet<AtomicStringImpl*> attrsInRules;
|
| + HashSet<StringImpl*> idsInRules;
|
| + HashSet<StringImpl*> classesInRules;
|
| + HashSet<StringImpl*> attrsInRules;
|
| Vector<RuleFeature> siblingRules;
|
| Vector<RuleFeature> uncommonAttributeRules;
|
| bool usesFirstLineRules;
|
|
|