| 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 0082f70d96af81c7f110bc2f8193b78cc61954b0..c40b2bb1a66323ce9deacee7402760ad7abaf128 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| IDBTransaction transaction(storeName_OR_storeNames, String mode) {
|
|
|