| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index f1cf5073d2e10778aaaf8b1fa0170477e0f2b9a7..a676fa0e02e3a1913b70aa1c42fb602287885d23 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -316,7 +316,7 @@ $!ELEMENT_STREAM_GETTERS
|
| }
|
|
|
| @DocsEditable()
|
| -$(ANNOTATIONS)$(NATIVESPEC)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| +$(ANNOTATIONS)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| /**
|
| * Creates an HTML element from a valid fragment of HTML.
|
|
|