Index: Source/core/svg/SVGElement.idl |
diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl |
index 3f5a4cb31761f038fc558474f6fb9a07e0532c4e..4ee3be58cb83816ac8061dce03de13f87adf1ff9 100644 |
--- a/Source/core/svg/SVGElement.idl |
+++ b/Source/core/svg/SVGElement.idl |
@@ -23,12 +23,12 @@ |
[ |
Custom=Wrap, |
] interface SVGElement : Element { |
- attribute DOMString xmlbase; |
+ [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; |