| 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 03efd634752563c97561a878057575398a24afa0..6e573ce7a1e32c1e1250fed43d5363bb4edfae9a 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)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| factory $CLASSNAME(String title, {String titleDir: null, String body: null,
|
| String bodyDir: null, String tag: null, String iconUrl: null}) {
|
|
|