| Index: Source/core/svg/SVGElement.idl
|
| diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl
|
| index 4ee3be58cb83816ac8061dce03de13f87adf1ff9..ee144a2b99567f56725a8bec51e418b5adb9247e 100644
|
| --- a/Source/core/svg/SVGElement.idl
|
| +++ b/Source/core/svg/SVGElement.idl
|
| @@ -20,9 +20,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -[
|
| - Custom=Wrap,
|
| -] interface SVGElement : Element {
|
| +interface SVGElement : Element {
|
| [Reflect] attribute DOMString xmlbase;
|
| readonly attribute SVGSVGElement? ownerSVGElement;
|
| readonly attribute SVGElement? viewportElement;
|
|
|