Index: client/dom/generated/src/wrapping/_SVGStyleElementWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_SVGStyleElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGStyleElementWrappingImplementation.dart |
index 2d9edd009932a364625270c5c04a1fb0916415fa..ced27f2c88b5e630c1eb03201ab017ba2545bbab 100644 |
--- a/client/dom/generated/src/wrapping/_SVGStyleElementWrappingImplementation.dart |
+++ b/client/dom/generated/src/wrapping/_SVGStyleElementWrappingImplementation.dart |
@@ -11,6 +11,12 @@ class _SVGStyleElementWrappingImplementation extends _SVGElementWrappingImplemen |
return new _SVGStyleElementWrappingImplementation(); |
} |
+ bool get disabled() { return _get_disabled(this); } |
+ static bool _get_disabled(var _this) native; |
+ |
+ void set disabled(bool value) { _set_disabled(this, value); } |
+ static void _set_disabled(var _this, bool value) native; |
+ |
String get media() { return _get_media(this); } |
static String _get_media(var _this) native; |