| Index: Source/core/svg/SVGGraphicsElement.idl
|
| diff --git a/Source/core/svg/SVGGraphicsElement.idl b/Source/core/svg/SVGGraphicsElement.idl
|
| index 42410204e99699678ffe3c0a54c0f09bd36e9b56..dc52a5281210a53145ad5d7a84ceff53ef1203e5 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
|
|
|
| [
|
| - TypeChecking=Interface|Nullable,
|
| + TypeChecking=Interface,
|
| ] interface SVGGraphicsElement : SVGElement {
|
| readonly attribute SVGAnimatedTransformList transform;
|
|
|
|
|