Index: tools/dom/templates/html/impl/impl_Notification.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Notification.darttemplate b/tools/dom/templates/html/impl/impl_Notification.darttemplate |
index 6e573ce7a1e32c1e1250fed43d5363bb4edfae9a..03efd634752563c97561a878057575398a24afa0 100644 |
--- a/tools/dom/templates/html/impl/impl_Notification.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Notification.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
factory $CLASSNAME(String title, {String titleDir: null, String body: null, |
String bodyDir: null, String tag: null, String iconUrl: null}) { |