Index: tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate b/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate |
index a6f6e68e2f8f04c523a3b7cd1c33049c6fa1c20e..16169b4dd2348fdc1ccdc4af549e334b96216614 100644 |
--- a/tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_CompositionEvent.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, Window view, |