Index: core/svg/SVGElement.idl |
diff --git a/core/svg/SVGElement.idl b/core/svg/SVGElement.idl |
index d18904f64126c1e08b4cb815a3abcb6cb18eca56..4ee3be58cb83816ac8061dce03de13f87adf1ff9 100644 |
--- a/core/svg/SVGElement.idl |
+++ b/core/svg/SVGElement.idl |
@@ -23,12 +23,12 @@ |
[ |
Custom=Wrap, |
] interface SVGElement : Element { |
- attribute DOMString xmlbase; |
- [TypeChecking=Interface|Nullable] readonly attribute SVGSVGElement? ownerSVGElement; |
- [TypeChecking=Interface|Nullable] readonly attribute SVGElement? viewportElement; |
+ [Reflect] attribute DOMString xmlbase; |
+ readonly attribute SVGSVGElement? ownerSVGElement; |
+ readonly attribute SVGElement? viewportElement; |
- attribute DOMString xmllang; |
- attribute DOMString xmlspace; |
+ [Reflect] attribute DOMString xmllang; |
+ [Reflect] attribute DOMString xmlspace; |
[MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className; |