Index: tools/dom/templates/html/impl/impl_MutationEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate b/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate |
index 546064065b27401a3f232488fbbccf034bbcfcf5..6dad2b937156e1fd293adff45ec02ab7c13f1c6f 100644 |
--- a/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_MutationEvent.darttemplate |
@@ -4,6 +4,8 @@ |
part of $LIBRARYNAME; |
+$!TOPLEVEL |
+ |
$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
factory $CLASSNAME(String type, |
{bool canBubble: false, bool cancelable: false, Node relatedNode, |