| Index: client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
|
| index f2cfd9c8b2f1f61a9fbae3f9131fac168d018ae2..4eee2d6fc0dd54ffb63ac70473407ba8d687312b 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
|
| @@ -83,5 +83,10 @@ class _HTMLIFrameElementWrappingImplementation extends _HTMLElementWrappingImple
|
| void set width(String value) { _set_width(this, value); }
|
| static void _set_width(var _this, String value) native;
|
|
|
| + SVGDocument getSVGDocument() {
|
| + return _getSVGDocument(this);
|
| + }
|
| + static SVGDocument _getSVGDocument(receiver) native;
|
| +
|
| String get typeName() { return "HTMLIFrameElement"; }
|
| }
|
|
|