Index: client/html/generated/src/wrapping/_TrackElementWrappingImplementation.dart |
diff --git a/client/html/generated/src/wrapping/_TrackElementWrappingImplementation.dart b/client/html/generated/src/wrapping/_TrackElementWrappingImplementation.dart |
deleted file mode 100644 |
index df57920dc15fdec0284c98710758614268a03851..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/wrapping/_TrackElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-class TrackElementWrappingImplementation extends ElementWrappingImplementation implements TrackElement { |
- TrackElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
- |
- bool get isDefault() { return _ptr.isDefault; } |
- |
- void set isDefault(bool value) { _ptr.isDefault = value; } |
- |
- String get kind() { return _ptr.kind; } |
- |
- void set kind(String value) { _ptr.kind = value; } |
- |
- String get label() { return _ptr.label; } |
- |
- void set label(String value) { _ptr.label = value; } |
- |
- String get src() { return _ptr.src; } |
- |
- void set src(String value) { _ptr.src = value; } |
- |
- String get srclang() { return _ptr.srclang; } |
- |
- void set srclang(String value) { _ptr.srclang = value; } |
- |
- TextTrack get track() { return LevelDom.wrapTextTrack(_ptr.track); } |
-} |