| Index: Source/core/svg/SVGStyledElement.h
|
| diff --git a/Source/core/svg/SVGStyledElement.h b/Source/core/svg/SVGStyledElement.h
|
| index 9108c37e038ed396d13d2c0f4cc8d7f06cda7c50..15d170f4512c2dbd7fe31165638be036bdff75a3 100644
|
| --- a/Source/core/svg/SVGStyledElement.h
|
| +++ b/Source/core/svg/SVGStyledElement.h
|
| @@ -30,7 +30,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;
|
|
|