| Index: Source/core/svg/SVGStyledElement.h
|
| diff --git a/Source/core/svg/SVGStyledElement.h b/Source/core/svg/SVGStyledElement.h
|
| index 4b676d10b4c183d1ad09952434f25d5c84d8d8cb..bf8bd4540b768d8727f83890bb48741acd32f03d 100644
|
| --- a/Source/core/svg/SVGStyledElement.h
|
| +++ b/Source/core/svg/SVGStyledElement.h
|
| @@ -29,7 +29,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName);
|
| +void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName);
|
|
|
| class CSSValue;
|
| class CSSStyleDeclaration;
|
|
|