| 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 175bab03e877abea531ae67d2506d446f280954b..249ed0694f8bb88956f561abe3c9dc75669bf97d 100644
|
| --- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| +++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| @@ -202,9 +202,9 @@ class DatabaseEvents extends Events {
|
|
|
|
|
| /// @domName IDBFactory
|
| -@SupportedBrowser(SupportedBrowser.CHROME, '23.0')
|
| -@SupportedBrowser(SupportedBrowser.FIREFOX, '15.0')
|
| -@SupportedBrowser(SupportedBrowser.IE, '10.0')
|
| +@SupportedBrowser(SupportedBrowser.CHROME)
|
| +@SupportedBrowser(SupportedBrowser.FIREFOX, '15')
|
| +@SupportedBrowser(SupportedBrowser.IE, '10')
|
| @Experimental()
|
| class IdbFactory extends NativeFieldWrapperClass1 {
|
| /**
|
|
|