Index: tools/dom/templates/html/impl/impl_History.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_History.darttemplate b/tools/dom/templates/html/impl/impl_History.darttemplate |
index a548b00f6204dbdbd30642bda8f88a91b572f8e7..5a6b2d57124ee9ec16eb2ea9eff2ede4bb15a91c 100644 |
--- a/tools/dom/templates/html/impl/impl_History.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_History.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
+$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
/** |
* Checks if the State APIs are supported on the current platform. |