| Index: client/dom/generated/src/wrapping/_FileWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_FileWrappingImplementation.dart b/client/dom/generated/src/wrapping/_FileWrappingImplementation.dart
|
| index d9e043c2c28f00c1747ac917f615ace4d4361697..49d8a4d91b8b13f794ffe5dd8bacbe0ec482af87 100644
|
| --- a/client/dom/generated/src/wrapping/_FileWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_FileWrappingImplementation.dart
|
| @@ -23,5 +23,8 @@ class _FileWrappingImplementation extends _BlobWrappingImplementation implements
|
| String get name() { return _get_name(this); }
|
| static String _get_name(var _this) native;
|
|
|
| + String get webkitRelativePath() { return _get_webkitRelativePath(this); }
|
| + static String _get_webkitRelativePath(var _this) native;
|
| +
|
| String get typeName() { return "File"; }
|
| }
|
|
|