@@ -14504,7 +14504,7 @@ class EmbedElement extends HtmlElement {
14504
14504
14505
14505
// WARNING: Do not edit - generated code.
14506
14506
14507
- typedef void _EntriesCallback(List<Entry> entries);
14507
+ typedef void _EntriesCallback(List entries);
14508
14508
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
14509
14509
// for details. All rights reserved. Use of this source code is governed by a
14510
14510
// BSD-style license that can be found in the LICENSE file.
@@ -18843,7 +18843,7 @@ class IntersectionObserver extends Interceptor {
18843
18843
// WARNING: Do not edit - generated code.
18844
18844
18845
18845
typedef void IntersectionObserverCallback(
18846
- List<IntersectionObserverEntry> entries, IntersectionObserver observer);
18846
+ List entries, IntersectionObserver observer);
18847
18847
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
18848
18848
// for details. All rights reserved. Use of this source code is governed by a
18849
18849
// BSD-style license that can be found in the LICENSE file.
@@ -21179,8 +21179,7 @@ class MouseEvent extends UIEvent {
21179
21179
21180
21180
// WARNING: Do not edit - generated code.
21181
21181
21182
- typedef void MutationCallback(
21183
- List<MutationRecord> mutations, MutationObserver observer);
21182
+ typedef void MutationCallback(List mutations, MutationObserver observer);
21184
21183
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
21185
21184
// for details. All rights reserved. Use of this source code is governed by a
21186
21185
// BSD-style license that can be found in the LICENSE file.
@@ -25106,7 +25105,7 @@ class ReportingObserver extends Interceptor {
25106
25105
// WARNING: Do not edit - generated code.
25107
25106
25108
25107
typedef void ReportingObserverCallback(
25109
- List<_Report> reports, ReportingObserver observer);
25108
+ List reports, ReportingObserver observer);
25110
25109
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
25111
25110
// for details. All rights reserved. Use of this source code is governed by a
25112
25111
// BSD-style license that can be found in the LICENSE file.
@@ -25481,7 +25480,6 @@ class RtcPeerConnection extends EventTarget {
25481
25480
* Temporarily exposes _getStats and old getStats as getLegacyStats until Chrome fully supports
25482
25481
* new getStats API.
25483
25482
*/
25484
- @JSName('getStats')
25485
25483
Future<RtcStatsResponse> getLegacyStats([MediaStreamTrack selector]) {
25486
25484
var completer = new Completer<RtcStatsResponse>();
25487
25485
_getStats((value) {
0 commit comments