| Index: tools/dom/docs/lib/docs.dart
|
| diff --git a/tools/dom/docs/lib/docs.dart b/tools/dom/docs/lib/docs.dart
|
| index 74529c4cc35cfd895f5af84f9847d7938fc23b48..9e89782db6c520a7b429dd863e6593057a703d63 100644
|
| --- a/tools/dom/docs/lib/docs.dart
|
| +++ b/tools/dom/docs/lib/docs.dart
|
| @@ -15,9 +15,10 @@ import 'dart:io';
|
|
|
| /// The various HTML libraries.
|
| const List<String> HTML_LIBRARY_NAMES = const ['dart:html',
|
| + 'dart:indexed_db',
|
| 'dart:svg',
|
| 'dart:web_audio',
|
| - 'dart:indexed_db'];
|
| + 'dart:web_sql'];
|
| /**
|
| * Converts the libraries in [HTML_LIBRARY_NAMES] to a json file at [jsonPath]
|
| * given the library path at [libPath].
|
| @@ -185,4 +186,4 @@ List<String> domNames(DeclarationMirror mirror) {
|
| } else {
|
| return <String>[];
|
| }
|
| -}
|
| +}
|
|
|