Index: trunk/Source/core/css/StyleInvalidationAnalysis.h |
=================================================================== |
--- trunk/Source/core/css/StyleInvalidationAnalysis.h (revision 153372) |
+++ trunk/Source/core/css/StyleInvalidationAnalysis.h (working copy) |
@@ -28,7 +28,7 @@ |
#include "wtf/HashSet.h" |
#include "wtf/Vector.h" |
-#include "wtf/text/StringImpl.h" |
+#include "wtf/text/AtomicStringImpl.h" |
namespace WebCore { |
@@ -48,8 +48,8 @@ |
void analyzeStyleSheet(StyleSheetContents*); |
bool m_dirtiesAllStyle; |
- HashSet<StringImpl*> m_idScopes; |
- HashSet<StringImpl*> m_classScopes; |
+ HashSet<AtomicStringImpl*> m_idScopes; |
+ HashSet<AtomicStringImpl*> m_classScopes; |
Vector<Node*, 8> m_scopingNodes; |
}; |