| Index: Source/core/svg/SVGGraphicsElement.idl
|
| diff --git a/Source/core/svg/SVGGraphicsElement.idl b/Source/core/svg/SVGGraphicsElement.idl
|
| index 80b92a955213f44359827ec9741ee2eb57364b25..8b8d1d6d2bcfb70653be8bb9e7cd4e214ff314a3 100644
|
| --- a/Source/core/svg/SVGGraphicsElement.idl
|
| +++ b/Source/core/svg/SVGGraphicsElement.idl
|
| @@ -31,7 +31,7 @@
|
| // http://www.w3.org/TR/SVG2/types.html#InterfaceSVGGraphicsElement
|
|
|
| [
|
| - StrictTypeChecking,
|
| + TypeChecking=Interface|Nullable|String,
|
| ] interface SVGGraphicsElement : SVGElement {
|
| readonly attribute SVGAnimatedTransformList transform;
|
|
|
|
|