Index: tools/dom/templates/html/impl/impl_CustomEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_CustomEvent.darttemplate b/tools/dom/templates/html/impl/impl_CustomEvent.darttemplate |
index b2a787e4c52dbab31fe37cfa5b90e94b093de074..317a9cce125bc63d938d8b7839b4cae40ecfdbb6 100644 |
--- a/tools/dom/templates/html/impl/impl_CustomEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_CustomEvent.darttemplate |
@@ -7,9 +7,7 @@ |
part of $LIBRARYNAME; |
$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
- $if DART2JS |
@Creates('Null') // Set from Dart code; does not instantiate a native type. |
- $endif |
var _dartDetail; |
factory $CLASSNAME(String type, |