Index: trunk/Source/core/svg/SVGStyledElement.h |
=================================================================== |
--- trunk/Source/core/svg/SVGStyledElement.h (revision 153372) |
+++ trunk/Source/core/svg/SVGStyledElement.h (working copy) |
@@ -29,7 +29,7 @@ |
namespace WebCore { |
-void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName); |
+void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName); |
class CSSValue; |
class CSSStyleDeclaration; |
Property changes on: trunk/Source/core/svg/SVGStyledElement.h |
___________________________________________________________________ |
Modified: svn:eol-style |
- LF |
+ native |