| Index: sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
|
| ===================================================================
|
| --- sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart (revision 27448)
|
| +++ sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart (working copy)
|
| @@ -307,11 +307,11 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
| +@DocsEditable()
|
| /**
|
| * An indexed database object for storing client-side data
|
| * in web apps.
|
| */
|
| -@DocsEditable()
|
| @DomName('IDBDatabase')
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.FIREFOX, '15')
|
|
|