| Index: Source/core/svg/SVGElement.idl
|
| diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl
|
| index d18904f64126c1e08b4cb815a3abcb6cb18eca56..fe65cb8f31227f3d4d18129a5f5813aace75a4a7 100644
|
| --- a/Source/core/svg/SVGElement.idl
|
| +++ b/Source/core/svg/SVGElement.idl
|
| @@ -23,7 +23,7 @@
|
| [
|
| Custom=Wrap,
|
| ] interface SVGElement : Element {
|
| - attribute DOMString xmlbase;
|
| + [MeasureAs=SVGElementXmlbase] attribute DOMString xmlbase;
|
| [TypeChecking=Interface|Nullable] readonly attribute SVGSVGElement? ownerSVGElement;
|
| [TypeChecking=Interface|Nullable] readonly attribute SVGElement? viewportElement;
|
|
|
|
|