| Index: client/dom/generated/src/wrapping/_MediaErrorWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_MediaErrorWrappingImplementation.dart b/client/dom/generated/src/wrapping/_MediaErrorWrappingImplementation.dart
|
| index b142d22d1bfbe8b2ade7206546f0e18864caea35..877ffbdd5e730e844724f3d55677340ba9ff8223 100644
|
| --- a/client/dom/generated/src/wrapping/_MediaErrorWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_MediaErrorWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _MediaErrorWrappingImplementation extends DOMWrapperBase implements MediaE
|
| return new _MediaErrorWrappingImplementation();
|
| }
|
|
|
| - int get code() { return _get__MediaError_code(this); }
|
| - static int _get__MediaError_code(var _this) native;
|
| + int get code() { return _get_code(this); }
|
| + static int _get_code(var _this) native;
|
|
|
| String get typeName() { return "MediaError"; }
|
| }
|
|
|