| 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..dd64491e02470c23023cbb167d2e066562060fb8 100644
|
| --- a/tools/dom/templates/html/impl/impl_Notification.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Notification.darttemplate
|
| @@ -4,9 +4,9 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| - factory $CLASSNAME(String title, {String titleDir: null, String body: null,
|
| + factory $CLASSNAME(String title, {String titleDir: null, String body: null,
|
| String bodyDir: null, String tag: null, String iconUrl: null}) {
|
|
|
| var parsedOptions = {};
|
|
|