Changeset 31855 in webkit
- Timestamp:
- Apr 13, 2008, 7:46:47 PM (17 years ago)
- Location:
- trunk/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog
r31854 r31855 1 2008-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 1 10 2008-04-13 Julien Chaffraix <jchaffraix@webkit.org> 2 11 -
trunk/WebCore/svg/SVGAltGlyphElement.idl
r31240 r31855 26 26 module svg { 27 27 28 interface [Conditional=SVG ] SVGAltGlyphElement : SVGTextPositioningElement, SVGURIReference {28 interface [Conditional=SVG&SVG_FONTS] SVGAltGlyphElement : SVGTextPositioningElement, SVGURIReference { 29 29 attribute DOMString glyphRef 30 30 setter raises(DOMException);
Note:
See TracChangeset
for help on using the changeset viewer.