| Index: tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate b/tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate
|
| index 0c24dd9e25c70e1f3e2a5414259f43c05fbf5fb9..5f493ff8aee91fe92d5b20882aa5641ae76b7f3d 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| part of indexed_db;
|
| -
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$ANNOTATIONS
|
| +class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| @DomName('IDBKeyRange.only')
|
| factory KeyRange.only(/*Key*/ value) =>
|
| _KeyRangeFactoryProvider.create$(CLASSNAME)_only(value);
|
|
|