| Index: client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart
|
| index d501ebf2197e6c053dd33bd9ba64fa516a22c3f1..4c373c07d9e2115452e7642ee376a5a0152982ca 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart
|
| @@ -77,5 +77,10 @@ class _HTMLFrameElementWrappingImplementation extends _HTMLElementWrappingImplem
|
| int get width() { return _get_width(this); }
|
| static int _get_width(var _this) native;
|
|
|
| + SVGDocument getSVGDocument() {
|
| + return _getSVGDocument(this);
|
| + }
|
| + static SVGDocument _getSVGDocument(receiver) native;
|
| +
|
| String get typeName() { return "HTMLFrameElement"; }
|
| }
|
|
|