diff options
Diffstat (limited to 'WebCore/svg/SVGFontFaceUriElement.h')
-rw-r--r-- | WebCore/svg/SVGFontFaceUriElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFontFaceUriElement.h b/WebCore/svg/SVGFontFaceUriElement.h index 3d1f89f..03e44d6 100644 --- a/WebCore/svg/SVGFontFaceUriElement.h +++ b/WebCore/svg/SVGFontFaceUriElement.h @@ -37,7 +37,7 @@ namespace WebCore { PassRefPtr<CSSFontFaceSrcValue> srcValue() const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); virtual void insertedIntoDocument(); |