diff options
Diffstat (limited to 'www/webkit-gtk/patches/patch-cn')
-rw-r--r-- | www/webkit-gtk/patches/patch-cn | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/webkit-gtk/patches/patch-cn b/www/webkit-gtk/patches/patch-cn deleted file mode 100644 index 2c976f7f113..00000000000 --- a/www/webkit-gtk/patches/patch-cn +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-cn,v 1.1 2011/04/14 18:11:45 drochner Exp $ - ---- WebCore/svg/SVGFontFaceElement.cpp.orig 2010-09-10 13:20:33.000000000 +0000 -+++ WebCore/svg/SVGFontFaceElement.cpp -@@ -262,6 +262,11 @@ String SVGFontFaceElement::fontFamily() - return m_styleDeclaration->getPropertyValue(CSSPropertyFontFamily); - } - -+SVGFontElement* SVGFontFaceElement::associatedFontElement() const -+{ -+ return m_fontElement.get(); -+} -+ - void SVGFontFaceElement::rebuildFontFace() - { - ASSERT(inDocument()); |