| Index: client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.dart
|
| index 77df46d084ee74e83a473cd56ab1ae49e27a0918..f069ebced831e98dd88f02a1c7eb34b1e0149959 100644
|
| --- a/client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_DOMPluginWrappingImplementation.dart
|
| @@ -11,17 +11,17 @@ class _DOMPluginWrappingImplementation extends DOMWrapperBase implements DOMPlug
|
| return new _DOMPluginWrappingImplementation();
|
| }
|
|
|
| - String get description() { return _get__DOMPlugin_description(this); }
|
| - static String _get__DOMPlugin_description(var _this) native;
|
| + String get description() { return _get_description(this); }
|
| + static String _get_description(var _this) native;
|
|
|
| - String get filename() { return _get__DOMPlugin_filename(this); }
|
| - static String _get__DOMPlugin_filename(var _this) native;
|
| + String get filename() { return _get_filename(this); }
|
| + static String _get_filename(var _this) native;
|
|
|
| - int get length() { return _get__DOMPlugin_length(this); }
|
| - static int _get__DOMPlugin_length(var _this) native;
|
| + int get length() { return _get_length(this); }
|
| + static int _get_length(var _this) native;
|
|
|
| - String get name() { return _get__DOMPlugin_name(this); }
|
| - static String _get__DOMPlugin_name(var _this) native;
|
| + String get name() { return _get_name(this); }
|
| + static String _get_name(var _this) native;
|
|
|
| DOMMimeType item(int index) {
|
| return _item(this, index);
|
|
|