| Index: lib/src/compiler.dart
|
| diff --git a/lib/src/compiler.dart b/lib/src/compiler.dart
|
| index 5375a3575570a49bc43441dd4ad941bf2d5d18b9..f1142e1e17cd0d3cae791764f686b5363afada81 100644
|
| --- a/lib/src/compiler.dart
|
| +++ b/lib/src/compiler.dart
|
| @@ -514,7 +514,13 @@ final corelibOrder = [
|
| 'dart:_metadata',
|
| 'dart:html',
|
| 'dart:html_common',
|
| + 'dart:indexed_db',
|
| + 'dart:svg',
|
| + 'dart:web_audio',
|
| + 'dart:web_gl',
|
| + 'dart:web_sql',
|
| 'dart:_debugger'
|
| +
|
| // _foreign_helper is not included, as it only defines the JS builtin that
|
| // the compiler handles at compile time.
|
| ].map(Uri.parse).toList();
|
|
|