| 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
|
| deleted file mode 100644
|
| index 13a31cc159ad9fe52b2e60bc5d7bb76877fd6776..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_CSSImportRuleWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -class _CSSImportRuleWrappingImplementation extends _CSSRuleWrappingImplementation implements CSSImportRule {
|
| - _CSSImportRuleWrappingImplementation() : super() {}
|
| -
|
| - static create__CSSImportRuleWrappingImplementation() native {
|
| - return new _CSSImportRuleWrappingImplementation();
|
| - }
|
| -
|
| - String get href() { return _get_href(this); }
|
| - static String _get_href(var _this) native;
|
| -
|
| - MediaList get media() { return _get_media(this); }
|
| - static MediaList _get_media(var _this) native;
|
| -
|
| - CSSStyleSheet get styleSheet() { return _get_styleSheet(this); }
|
| - static CSSStyleSheet _get_styleSheet(var _this) native;
|
| -
|
| - String get typeName() { return "CSSImportRule"; }
|
| -}
|
|
|