Index: Source/core/css/resolver/MatchedPropertiesCache.h |
diff --git a/Source/core/css/resolver/MatchedPropertiesCache.h b/Source/core/css/resolver/MatchedPropertiesCache.h |
index 0c68659f13f76e50ae01421acb74ee9c1107c244..3dccd188e31e8b7567263732a9a522b0221424f4 100644 |
--- a/Source/core/css/resolver/MatchedPropertiesCache.h |
+++ b/Source/core/css/resolver/MatchedPropertiesCache.h |
@@ -52,7 +52,7 @@ public: |
// Specialize the HashTraits for CachedMatchedProperties to check for dead |
// entries in the MatchedPropertiesCache. |
#if ENABLE(OILPAN) |
-struct CachedMatchedPropertiesHashTraits : HashTraits<Member<CachedMatchedProperties> > { |
+struct CachedMatchedPropertiesHashTraits : HashTraits<Member<CachedMatchedProperties>> { |
static const WTF::WeakHandlingFlag weakHandlingFlag = WTF::WeakHandlingInCollections; |
template<typename VisitorDispatcher> |
@@ -111,7 +111,7 @@ private: |
unsigned m_additionsSinceLastSweep; |
- typedef HashMap<unsigned, OwnPtr<CachedMatchedProperties> > Cache; |
+ typedef HashMap<unsigned, OwnPtr<CachedMatchedProperties>> Cache; |
Timer<MatchedPropertiesCache> m_sweepTimer; |
#endif |
Cache m_cache; |