| Index: tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate b/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| index ce1b8890463f3ed1c9bd0ecb111b1a1219f912b9..3b2c04f3a42dccdc5878bb91e4e67261893179d0 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| @@ -3,8 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| part of $LIBRARYNAME;
|
| -
|
| -/// @domName $DOMNAME$ANNOTATIONS
|
| +$ANNOTATIONS
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| /**
|
| * Checks to see if Indexed DB is supported on the current platform.
|
|
|