| Index: client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart
|
| index 7a1602da62d1dba4ba4a29e5531680250ccc80f0..13a31cc159ad9fe52b2e60bc5d7bb76877fd6776 100644
|
| --- a/client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart
|
| @@ -11,14 +11,14 @@ class _CSSImportRuleWrappingImplementation extends _CSSRuleWrappingImplementatio
|
| return new _CSSImportRuleWrappingImplementation();
|
| }
|
|
|
| - String get href() { return _get__CSSImportRule_href(this); }
|
| - static String _get__CSSImportRule_href(var _this) native;
|
| + String get href() { return _get_href(this); }
|
| + static String _get_href(var _this) native;
|
|
|
| - MediaList get media() { return _get__CSSImportRule_media(this); }
|
| - static MediaList _get__CSSImportRule_media(var _this) native;
|
| + MediaList get media() { return _get_media(this); }
|
| + static MediaList _get_media(var _this) native;
|
|
|
| - CSSStyleSheet get styleSheet() { return _get__CSSImportRule_styleSheet(this); }
|
| - static CSSStyleSheet _get__CSSImportRule_styleSheet(var _this) native;
|
| + CSSStyleSheet get styleSheet() { return _get_styleSheet(this); }
|
| + static CSSStyleSheet _get_styleSheet(var _this) native;
|
|
|
| String get typeName() { return "CSSImportRule"; }
|
| }
|
|
|