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 5a6b2d57124ee9ec16eb2ea9eff2ede4bb15a91c..a548b00f6204dbdbd30642bda8f88a91b572f8e7 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)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
/** |
* Checks if the State APIs are supported on the current platform. |