| Index: Source/core/svg/SVGElement.idl | 
| diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl | 
| index b82e95875f447565c224a2b2a12215cfa61da090..311141b15b172504d9feebea737d60193e581139 100644 | 
| --- a/Source/core/svg/SVGElement.idl | 
| +++ b/Source/core/svg/SVGElement.idl | 
| @@ -23,7 +23,7 @@ | 
| [ | 
| Custom=Wrap, | 
| ] interface SVGElement : Element { | 
| -    [TreatNullAs=NullString] attribute DOMString xmlbase; | 
| +    attribute DOMString xmlbase; | 
| readonly attribute SVGSVGElement ownerSVGElement; | 
| readonly attribute SVGElement viewportElement; | 
|  | 
|  |