| 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 d088f46bc8d5f408903532eafaef320c7fff8989..436ec20584b5c99d06ed271d7be4fbf5d21a3eb6 100644
|
| --- a/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
|
| +++ b/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
|
| @@ -214,7 +214,7 @@ class CursorWithValue extends Cursor native "*IDBCursorWithValue" {
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.FIREFOX, '15')
|
| @SupportedBrowser(SupportedBrowser.IE, '10')
|
| -@Experimental()
|
| +@Experimental
|
| class Database extends EventTarget native "*IDBDatabase" {
|
|
|
| Transaction transaction(storeName_OR_storeNames, String mode) {
|
| @@ -342,7 +342,7 @@ class DatabaseEvents extends Events {
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.FIREFOX, '15')
|
| @SupportedBrowser(SupportedBrowser.IE, '10')
|
| -@Experimental()
|
| +@Experimental
|
| class IdbFactory native "*IDBFactory" {
|
| /**
|
| * Checks to see if Indexed DB is supported on the current platform.
|
|
|