Index: Source/core/css/CSSValuePool.h |
diff --git a/Source/core/css/CSSValuePool.h b/Source/core/css/CSSValuePool.h |
index ea5e0c113c848ab3eca1dadf2fa9d266438daade..28e21b684e29b5fd054052fa413a63a7822041b4 100644 |
--- a/Source/core/css/CSSValuePool.h |
+++ b/Source/core/css/CSSValuePool.h |
@@ -70,7 +70,7 @@ private: |
WillBeHeapVector<RefPtrWillBeMember<CSSPrimitiveValue>, numCSSValueKeywords> m_identifierValueCache; |
- typedef WillBeHeapHashMap<unsigned, RefPtrWillBeMember<CSSPrimitiveValue> > ColorValueCache; |
+ typedef WillBeHeapHashMap<unsigned, RefPtrWillBeMember<CSSPrimitiveValue>> ColorValueCache; |
ColorValueCache m_colorValueCache; |
RefPtrWillBeMember<CSSPrimitiveValue> m_colorTransparent; |
RefPtrWillBeMember<CSSPrimitiveValue> m_colorWhite; |
@@ -82,10 +82,10 @@ private: |
WillBeHeapVector<RefPtrWillBeMember<CSSPrimitiveValue>, maximumCacheableIntegerValue + 1> m_percentValueCache; |
WillBeHeapVector<RefPtrWillBeMember<CSSPrimitiveValue>, maximumCacheableIntegerValue + 1> m_numberValueCache; |
- typedef WillBeHeapHashMap<AtomicString, RefPtrWillBeMember<CSSValueList> > FontFaceValueCache; |
+ typedef WillBeHeapHashMap<AtomicString, RefPtrWillBeMember<CSSValueList>> FontFaceValueCache; |
FontFaceValueCache m_fontFaceValueCache; |
- typedef WillBeHeapHashMap<String, RefPtrWillBeMember<CSSPrimitiveValue> > FontFamilyValueCache; |
+ typedef WillBeHeapHashMap<String, RefPtrWillBeMember<CSSPrimitiveValue>> FontFamilyValueCache; |
FontFamilyValueCache m_fontFamilyValueCache; |
friend CSSValuePool& cssValuePool(); |