| 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 45b847640370927a3eaee70e7b89a10564656599..6d87f5a0415b05afbfd3d824b3535b994f7d1330 100644
|
| --- a/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
|
| +++ b/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
|
| @@ -281,9 +281,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 native "*IDBFactory" {
|
| /**
|
|
|