| Index: Source/WebCore/svg/SVGFontFaceElement.h
|
| ===================================================================
|
| --- Source/WebCore/svg/SVGFontFaceElement.h (revision 78116)
|
| +++ Source/WebCore/svg/SVGFontFaceElement.h (working copy)
|
| @@ -47,7 +47,7 @@
|
| int descent() const;
|
| String fontFamily() const;
|
|
|
| - SVGFontElement* associatedFontElement() const { return m_fontElement; }
|
| + SVGFontElement* associatedFontElement() const;
|
| void rebuildFontFace();
|
| void removeFromMappedElementSheet();
|
|
|
| @@ -63,7 +63,7 @@
|
| RefPtr<CSSFontFaceRule> m_fontFaceRule;
|
| RefPtr<CSSMutableStyleDeclaration> m_styleDeclaration;
|
|
|
| - SVGFontElement* m_fontElement;
|
| + RefPtr<SVGFontElement> m_fontElement;
|
| };
|
|
|
| } // namespace WebCore
|
|
|