| Index: core/svg/SVGUnitTypes.idl
|
| diff --git a/core/svg/SVGUnitTypes.idl b/core/svg/SVGUnitTypes.idl
|
| index 5f5ec2ec800ce8112aba074fa05bf110bf1d660a..95c2a497ae3a31c26de6f2d71ff08c4bb8df2d61 100644
|
| --- a/core/svg/SVGUnitTypes.idl
|
| +++ b/core/svg/SVGUnitTypes.idl
|
| @@ -23,7 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGUnitTypes {
|
| +[
|
| + DependentLifetime,
|
| +] interface SVGUnitTypes {
|
| // Unit Types
|
| const unsigned short SVG_UNIT_TYPE_UNKNOWN = 0;
|
| const unsigned short SVG_UNIT_TYPE_USERSPACEONUSE = 1;
|
|
|