| Index: tools/dom/templates/html/impl/impl_MessageEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate b/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate
|
| index 8a16f106de30936f6fb745a34260478fcdbdd94e..deae82539d5d0c10cb6e036217aadee8799273c3 100644
|
| --- a/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate
|
| @@ -6,6 +6,8 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| +$!TOPLEVEL
|
| +
|
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type,
|
| {bool canBubble: false, bool cancelable: false, Object data,
|
|
|