| Index: sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| diff --git a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| index 45d5b953ce2eebff9b8c0e405cf53243d7d95387..a51c1736ee3ba7a2c03e89cfedb9faceecf44d11 100644
|
| --- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| +++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| @@ -1069,7 +1069,7 @@ class VersionChangeRequestEvents extends RequestEvents {
|
|
|
| @DocsEditable
|
| @DomName('IDBAny')
|
| -class _Any extends NativeFieldWrapperClass1 {
|
| - _Any.internal();
|
| +class _IDBAny extends NativeFieldWrapperClass1 {
|
| + _IDBAny.internal();
|
|
|
| }
|
|
|