Changeset 31855 in webkit


Ignore:
Timestamp:
Apr 13, 2008, 7:46:47 PM (17 years ago)
Author:
alp@webkit.org
Message:

2008-04-13 Jan Michael Alonzo <jmalonzo@unpluggable.com>

Reviewed by Oliver Hunt.

http://bugs.webkit.org/show_bug.cgi?id=18239
[Gtk] Build breaks if SVG is enabled but SVG Fonts disabled

  • svg/SVGAltGlyphElement.idl: Add SVG_FONTS in Conditional
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r31854 r31855  
     12008-04-13  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
     2
     3        Reviewed by Oliver Hunt.
     4
     5        http://bugs.webkit.org/show_bug.cgi?id=18239
     6        [Gtk] Build breaks if SVG is enabled but SVG Fonts disabled
     7
     8        * svg/SVGAltGlyphElement.idl: Add SVG_FONTS in Conditional
     9
    1102008-04-13  Julien Chaffraix  <jchaffraix@webkit.org>
    211
  • trunk/WebCore/svg/SVGAltGlyphElement.idl

    r31240 r31855  
    2626module svg {
    2727
    28     interface [Conditional=SVG] SVGAltGlyphElement : SVGTextPositioningElement, SVGURIReference {
     28    interface [Conditional=SVG&SVG_FONTS] SVGAltGlyphElement : SVGTextPositioningElement, SVGURIReference {
    2929        attribute DOMString glyphRef
    3030            setter raises(DOMException);
Note: See TracChangeset for help on using the changeset viewer.