| Index: client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart
|
| index 7ec1c659967e294904c879e09832dbcc3d9bda93..bcb8f34be1521648c4b08cb63f331be99cba2ee2 100644
|
| --- a/client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart
|
| @@ -11,38 +11,38 @@ class _TextTrackCueWrappingImplementation extends DOMWrapperBase implements Text
|
| return new _TextTrackCueWrappingImplementation();
|
| }
|
|
|
| - String get alignment() { return _get__TextTrackCue_alignment(this); }
|
| - static String _get__TextTrackCue_alignment(var _this) native;
|
| + String get alignment() { return _get_alignment(this); }
|
| + static String _get_alignment(var _this) native;
|
|
|
| - String get direction() { return _get__TextTrackCue_direction(this); }
|
| - static String _get__TextTrackCue_direction(var _this) native;
|
| + String get direction() { return _get_direction(this); }
|
| + static String _get_direction(var _this) native;
|
|
|
| - num get endTime() { return _get__TextTrackCue_endTime(this); }
|
| - static num _get__TextTrackCue_endTime(var _this) native;
|
| + num get endTime() { return _get_endTime(this); }
|
| + static num _get_endTime(var _this) native;
|
|
|
| - String get id() { return _get__TextTrackCue_id(this); }
|
| - static String _get__TextTrackCue_id(var _this) native;
|
| + String get id() { return _get_id(this); }
|
| + static String _get_id(var _this) native;
|
|
|
| - int get linePosition() { return _get__TextTrackCue_linePosition(this); }
|
| - static int _get__TextTrackCue_linePosition(var _this) native;
|
| + int get linePosition() { return _get_linePosition(this); }
|
| + static int _get_linePosition(var _this) native;
|
|
|
| - bool get pauseOnExit() { return _get__TextTrackCue_pauseOnExit(this); }
|
| - static bool _get__TextTrackCue_pauseOnExit(var _this) native;
|
| + bool get pauseOnExit() { return _get_pauseOnExit(this); }
|
| + static bool _get_pauseOnExit(var _this) native;
|
|
|
| - int get size() { return _get__TextTrackCue_size(this); }
|
| - static int _get__TextTrackCue_size(var _this) native;
|
| + int get size() { return _get_size(this); }
|
| + static int _get_size(var _this) native;
|
|
|
| - bool get snapToLines() { return _get__TextTrackCue_snapToLines(this); }
|
| - static bool _get__TextTrackCue_snapToLines(var _this) native;
|
| + bool get snapToLines() { return _get_snapToLines(this); }
|
| + static bool _get_snapToLines(var _this) native;
|
|
|
| - num get startTime() { return _get__TextTrackCue_startTime(this); }
|
| - static num _get__TextTrackCue_startTime(var _this) native;
|
| + num get startTime() { return _get_startTime(this); }
|
| + static num _get_startTime(var _this) native;
|
|
|
| - int get textPosition() { return _get__TextTrackCue_textPosition(this); }
|
| - static int _get__TextTrackCue_textPosition(var _this) native;
|
| + int get textPosition() { return _get_textPosition(this); }
|
| + static int _get_textPosition(var _this) native;
|
|
|
| - TextTrack get track() { return _get__TextTrackCue_track(this); }
|
| - static TextTrack _get__TextTrackCue_track(var _this) native;
|
| + TextTrack get track() { return _get_track(this); }
|
| + static TextTrack _get_track(var _this) native;
|
|
|
| DocumentFragment getCueAsHTML() {
|
| return _getCueAsHTML(this);
|
|
|