Chromium Code Reviews| Index: sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
| diff --git a/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart b/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
| index b1eea8927ad0455ec3f81e6e1a4e574c23c72261..6f7736096d2879772f1148e6663375b7ee4434a5 100644 |
| --- a/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
| +++ b/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart |
| @@ -307,6 +307,10 @@ class CursorWithValue extends Cursor native "IDBCursorWithValue" { |
| // BSD-style license that can be found in the LICENSE file. |
| +/** |
| + * An indexed database object for storing client-side data |
| + * in web apps. |
| + */ |
| @DocsEditable() |
| @DomName('IDBDatabase') |
| @SupportedBrowser(SupportedBrowser.CHROME) |