| Index: Source/core/svg/SVGSVGElement.idl
|
| diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl
|
| index 69fa16b5f3809125b9cb72348de985bc917995bd..a5fe85dd4c95f29f7d8f9afdc88507b59cc98979 100644
|
| --- a/Source/core/svg/SVGSVGElement.idl
|
| +++ b/Source/core/svg/SVGSVGElement.idl
|
| @@ -67,6 +67,10 @@
|
| SVGMatrix createSVGMatrix();
|
| SVGRect createSVGRect();
|
| SVGTransform createSVGTransform();
|
| + // FIXME: want to turn on [StrictTypeChecking] for interface, but causes
|
| + // createSVGTransformFromMatrix to fail.
|
| + // FIXME: Also, the definition doesn't make sense: [Default=Undefined]
|
| + // requires that the parameter be nullable!
|
| SVGTransform createSVGTransformFromMatrix([Default=Undefined] optional SVGMatrix matrix);
|
| Element getElementById([Default=Undefined] optional DOMString elementId);
|
| };
|
|
|