Index: trunk/Source/core/svg/SVGFontFaceElement.cpp |
=================================================================== |
--- trunk/Source/core/svg/SVGFontFaceElement.cpp (revision 153372) |
+++ trunk/Source/core/svg/SVGFontFaceElement.cpp (working copy) |
@@ -67,9 +67,9 @@ |
if (!attrName.namespaceURI().isNull()) |
return CSSPropertyInvalid; |
- static HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap = 0; |
+ static HashMap<AtomicStringImpl*, CSSPropertyID>* propertyNameToIdMap = 0; |
if (!propertyNameToIdMap) { |
- propertyNameToIdMap = new HashMap<StringImpl*, CSSPropertyID>; |
+ propertyNameToIdMap = new HashMap<AtomicStringImpl*, CSSPropertyID>; |
// This is a list of all @font-face CSS properties which are exposed as SVG XML attributes |
// Those commented out are not yet supported by WebCore's style system |
// mapAttributeToCSSProperty(propertyNameToIdMap, accent_heightAttr); |