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 b43806f52ce0eaddf501945b4a6a9bcd158d6dea..54acce1e6ff548740df6ff0100314a7dd53cdd34 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)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS$IMPLEMENTS { |
$!MEMBERS |
DataTransferItem operator[] (int index) { |