| Index: tools/dom/templates/html/impl/impl_IDBTransaction.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_IDBTransaction.darttemplate b/tools/dom/templates/html/impl/impl_IDBTransaction.darttemplate
|
| index bd4d36a97573fb2a729d7961a1e09acea5493e45..180b2b0555e9976f73af7fc64411c9bce45e9350 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBTransaction.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBTransaction.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| /**
|
| * Provides a Future which will be completed once the transaction has
|
|
|