| Index: Source/core/svg/SVGElement.idl
|
| diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl
|
| index d18904f64126c1e08b4cb815a3abcb6cb18eca56..3f5a4cb31761f038fc558474f6fb9a07e0532c4e 100644
|
| --- a/Source/core/svg/SVGElement.idl
|
| +++ b/Source/core/svg/SVGElement.idl
|
| @@ -24,8 +24,8 @@
|
| Custom=Wrap,
|
| ] interface SVGElement : Element {
|
| attribute DOMString xmlbase;
|
| - [TypeChecking=Interface|Nullable] readonly attribute SVGSVGElement? ownerSVGElement;
|
| - [TypeChecking=Interface|Nullable] readonly attribute SVGElement? viewportElement;
|
| + readonly attribute SVGSVGElement? ownerSVGElement;
|
| + readonly attribute SVGElement? viewportElement;
|
|
|
| attribute DOMString xmllang;
|
| attribute DOMString xmlspace;
|
|
|