| Index: client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.dart
|
| index 29a3d7d74681b120c9780b7d3d8ebe03a96b603f..7bdabbd905cb4c3fda3a2bf583cb81200a9a474d 100644
|
| --- a/client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _SpeechInputEventWrappingImplementation extends _EventWrappingImplementati
|
| return new _SpeechInputEventWrappingImplementation();
|
| }
|
|
|
| - SpeechInputResultList get results() { return _get__SpeechInputEvent_results(this); }
|
| - static SpeechInputResultList _get__SpeechInputEvent_results(var _this) native;
|
| + SpeechInputResultList get results() { return _get_results(this); }
|
| + static SpeechInputResultList _get_results(var _this) native;
|
|
|
| String get typeName() { return "SpeechInputEvent"; }
|
| }
|
|
|