| Index: Source/core/svg/SVGTransformList.idl
|
| diff --git a/Source/core/svg/SVGTransformList.idl b/Source/core/svg/SVGTransformList.idl
|
| index 95663fc90d172c7ce3859f4467d1a06749c382cf..a5a32c9c0374dd2c36bf5ab56bb0e77fcff297c7 100644
|
| --- a/Source/core/svg/SVGTransformList.idl
|
| +++ b/Source/core/svg/SVGTransformList.idl
|
| @@ -28,6 +28,8 @@
|
| ImplementedAs=SVGTransformListTearOff,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| TypeChecking=Interface,
|
| + RuntimeEnabled=SVG1DOM,
|
| + MeasureAs=SVG1DOM,
|
| ] interface SVGTransformList {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=length] readonly attribute unsigned long numberOfItems;
|
| @@ -43,5 +45,5 @@
|
|
|
| SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
|
|
|
| - [RaisesException] SVGTransform consolidate();
|
| + [RaisesException, MeasureAs=SVGTransformListConsolidate] SVGTransform consolidate();
|
| };
|
|
|