| Index: sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| diff --git a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| index 45d5b953ce2eebff9b8c0e405cf53243d7d95387..ea6824491975603f0ebbbc41d0223f7c1cfa564c 100644
|
| --- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| +++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| @@ -120,7 +120,7 @@ class CursorWithValue extends Cursor {
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.FIREFOX, '15')
|
| @SupportedBrowser(SupportedBrowser.IE, '10')
|
| -@Experimental()
|
| +@Experimental
|
| class Database extends EventTarget {
|
| Database.internal() : super.internal();
|
|
|
| @@ -241,7 +241,7 @@ class DatabaseEvents extends Events {
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.FIREFOX, '15')
|
| @SupportedBrowser(SupportedBrowser.IE, '10')
|
| -@Experimental()
|
| +@Experimental
|
| class IdbFactory extends NativeFieldWrapperClass1 {
|
| /**
|
| * Checks to see if Indexed DB is supported on the current platform.
|
|
|