Changeset 152210 in webkit


Ignore:
Timestamp:
Jun 29, 2013 8:15:10 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Build fix for unguarded SVGGraphicsElement
https://bugs.webkit.org/show_bug.cgi?id=118214

Patch by ChangSeok Oh <ChangSeok Oh> on 2013-06-29
Reviewed by Christophe Dumez.

Add the SVG condition to SVGGraphicsElement.idl

No new tests required since no functionality changed.

  • svg/SVGGraphicsElement.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r152208 r152210  
     12013-06-29  ChangSeok Oh  <changseok.oh@collabora.com>
     2
     3        Build fix for unguarded SVGGraphicsElement
     4        https://bugs.webkit.org/show_bug.cgi?id=118214
     5
     6        Reviewed by Christophe Dumez.
     7
     8        Add the SVG condition to SVGGraphicsElement.idl
     9
     10        No new tests required since no functionality changed.
     11
     12        * svg/SVGGraphicsElement.idl:
     13
    1142013-06-29  Kangil Han  <kangil.han@samsung.com>
    215
  • trunk/Source/WebCore/svg/SVGGraphicsElement.idl

    r152167 r152210  
    2424 */
    2525
    26 interface SVGGraphicsElement : SVGStyledElement {
     26[
     27    Conditional=SVG
     28] interface SVGGraphicsElement : SVGStyledElement {
    2729    readonly attribute SVGAnimatedTransformList transform;
    2830
Note: See TracChangeset for help on using the changeset viewer.