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 d5d6415fa44fc901fb2a2dda4dc126dce3be7c4b..9b6a4d833be682a792f32367d97defc3a66101e8 100644 |
--- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart |
+++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart |
@@ -112,6 +112,10 @@ class CursorWithValue extends Cursor { |
/// @domName IDBDatabase |
+@SupportedBrowser(SupportedBrowser.CHROME) |
+@SupportedBrowser(SupportedBrowser.FIREFOX, '15') |
+@SupportedBrowser(SupportedBrowser.IE, '10') |
+@Experimental() |
class Database extends EventTarget { |
Database.internal() : super.internal(); |