Chromium Code Reviews| Index: Source/core/svg/SVGPaint.idl |
| diff --git a/Source/core/svg/SVGPaint.idl b/Source/core/svg/SVGPaint.idl |
| index c71f6a981e9084c0489533ffabbd572d73f13088..b1cd6584d555572202ffa680b9bb9261121bf165 100644 |
| --- a/Source/core/svg/SVGPaint.idl |
| +++ b/Source/core/svg/SVGPaint.idl |
| @@ -24,7 +24,7 @@ |
| */ |
| [ |
| - Conditional=SVG, |
| + Conditional=SVG |
| ] interface SVGPaint : SVGColor { |
| const unsigned short SVG_PAINTTYPE_UNKNOWN = 0; |
| const unsigned short SVG_PAINTTYPE_RGBCOLOR = 1; |