| Index: Source/core/svg/SVGAngle.idl
|
| diff --git a/Source/core/svg/SVGAngle.idl b/Source/core/svg/SVGAngle.idl
|
| index f4b306a524416a0c591844cfb78cb9a3bc9cc8a8..aebf74dd0ad3e1c4945a17a16ddfef6dd0985723 100644
|
| --- a/Source/core/svg/SVGAngle.idl
|
| +++ b/Source/core/svg/SVGAngle.idl
|
| @@ -31,6 +31,7 @@
|
| const unsigned short SVG_ANGLETYPE_DEG = 2;
|
| const unsigned short SVG_ANGLETYPE_RAD = 3;
|
| const unsigned short SVG_ANGLETYPE_GRAD = 4;
|
| + const unsigned short SVG_ANGLETYPE_TURN = 5;
|
|
|
| readonly attribute unsigned short unitType;
|
| [RaisesException=Setter] attribute float value;
|
|
|