| Index: tools/dom/templates/html/impl/impl_IDBIndex.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_IDBIndex.darttemplate b/tools/dom/templates/html/impl/impl_IDBIndex.darttemplate
|
| index e94dffa16cb3e4e79931db4be6e114734e373554..f184d0220bd828d0c163f2637a6f621a172ef86e 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBIndex.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBIndex.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| @DomName('IDBIndex.count')
|
| Future<int> count([key_OR_range]) {
|
| try {
|
|
|