| Index: client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart b/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart
|
| index 357a9e9e53418b2b3f3f3ecd89ec5fa7ba848813..f958fbe666c1f07b1d70b3def81cbaf68433dda6 100644
|
| --- a/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_MetadataWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _MetadataWrappingImplementation extends DOMWrapperBase implements Metadata
|
| return new _MetadataWrappingImplementation();
|
| }
|
|
|
| - Date get modificationTime() { return _get__Metadata_modificationTime(this); }
|
| - static Date _get__Metadata_modificationTime(var _this) native;
|
| + Date get modificationTime() { return _get_modificationTime(this); }
|
| + static Date _get_modificationTime(var _this) native;
|
|
|
| String get typeName() { return "Metadata"; }
|
| }
|
|
|