| Index: tools/dom/templates/html/impl/impl_DataTransferItemList.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_DataTransferItemList.darttemplate b/tools/dom/templates/html/impl/impl_DataTransferItemList.darttemplate
|
| index 54acce1e6ff548740df6ff0100314a7dd53cdd34..b43806f52ce0eaddf501945b4a6a9bcd158d6dea 100644
|
| --- a/tools/dom/templates/html/impl/impl_DataTransferItemList.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_DataTransferItemList.darttemplate
|
| @@ -5,7 +5,7 @@
|
| part of $LIBRARYNAME;
|
|
|
| @DocsEditable()
|
| -$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS$IMPLEMENTS {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
|
|
| DataTransferItem operator[] (int index) {
|
|
|