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 0bb6d46238ac1074499cb944066502addc9023cd..3018eb11c735f02b75ecb1bb5e370f2b57170cb2 100644 |
--- a/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_MessageEvent.darttemplate |
@@ -10,7 +10,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS |
factory $CLASSNAME(String type, |
{bool canBubble: false, bool cancelable: false, Object data, |
String origin, String lastEventId, |
- Window source, List messagePorts}) { |
+ Window source, List<MessagePort> messagePorts}) { |
if (source == null) { |
source = window; |
} |