| Index: sdk/lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate
|
| index c40b2bb1a66323ce9deacee7402760ad7abaf128..e2cf77ed04e148fd4ab0c2784a2b13e32784994c 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate
|
| @@ -4,6 +4,7 @@
|
|
|
| part of html;
|
|
|
| +/// @domName $DOMNAME
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| IDBTransaction transaction(storeName_OR_storeNames, String mode) {
|
|
|