Index: Source/core/svg/SVGSVGElement.idl |
diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl |
index 82fbd29ea3abe72668e659e691dd2b49206fd10f..69fa16b5f3809125b9cb72348de985bc917995bd 100644 |
--- a/Source/core/svg/SVGSVGElement.idl |
+++ b/Source/core/svg/SVGSVGElement.idl |
@@ -22,7 +22,9 @@ |
// TODO: no css::ViewCSS available! |
// TODO: no events::DocumentEvent available! |
-interface SVGSVGElement : SVGGraphicsElement { |
+[ |
+ // StrictTypeChecking, // FIXME: createSVGTransformFromMatrix doesn't have [StrictTypeChecking] |
+] interface SVGSVGElement : SVGGraphicsElement { |
readonly attribute SVGAnimatedLength x; |
readonly attribute SVGAnimatedLength y; |
readonly attribute SVGAnimatedLength width; |
@@ -71,4 +73,3 @@ interface SVGSVGElement : SVGGraphicsElement { |
SVGSVGElement implements SVGFitToViewBox; |
SVGSVGElement implements SVGZoomAndPan; |
- |