Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: Source/core/css/RuleFeature.h

Issue 18228003: Remove AtomicStringImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698