| Index: client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart b/client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart
|
| index ecde99e731f8409a263e500c3603cc2afdf08745..f17c9b2a8098d3eb114411dcc2abd36be2ca9a56 100644
|
| --- a/client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_BlobWrappingImplementation.dart
|
| @@ -11,11 +11,11 @@ class _BlobWrappingImplementation extends DOMWrapperBase implements Blob {
|
| return new _BlobWrappingImplementation();
|
| }
|
|
|
| - int get size() { return _get__Blob_size(this); }
|
| - static int _get__Blob_size(var _this) native;
|
| + int get size() { return _get_size(this); }
|
| + static int _get_size(var _this) native;
|
|
|
| - String get type() { return _get__Blob_type(this); }
|
| - static String _get__Blob_type(var _this) native;
|
| + String get type() { return _get_type(this); }
|
| + static String _get_type(var _this) native;
|
|
|
| String get typeName() { return "Blob"; }
|
| }
|
|
|