| Index: Source/core/svg/SVGGradientElement.idl
|
| diff --git a/Source/core/svg/SVGGradientElement.idl b/Source/core/svg/SVGGradientElement.idl
|
| index 02d3693ffeaef7de64ee6d21bcd156a43cad3cb5..50047cfa2b0ae03d8436bcdd56fa247b95d9a308 100644
|
| --- a/Source/core/svg/SVGGradientElement.idl
|
| +++ b/Source/core/svg/SVGGradientElement.idl
|
| @@ -24,12 +24,11 @@
|
| */
|
|
|
| [
|
| - Conditional=SVG,
|
| DoNotCheckConstants
|
| ] interface SVGGradientElement : SVGStyledElement,
|
| - SVGURIReference,
|
| - SVGExternalResourcesRequired
|
| - /* SVGUnitTypes */ {
|
| + SVGURIReference,
|
| + SVGExternalResourcesRequired
|
| + /* SVGUnitTypes */ {
|
| // Spread Method Types
|
| const unsigned short SVG_SPREADMETHOD_UNKNOWN = 0;
|
| const unsigned short SVG_SPREADMETHOD_PAD = 1;
|
|
|