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..2c13a89979c3ee3e1fae72c2dbe6994815ca0f0d 100644 |
--- a/tools/dom/templates/html/impl/impl_Notification.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Notification.darttemplate |
@@ -4,6 +4,8 @@ |
part of $LIBRARYNAME; |
+$!TOPLEVEL |
+ |
$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
factory $CLASSNAME(String title, {String titleDir: null, String body: null, |