| Index: tools/dom/templates/html/impl/impl_Comment.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Comment.darttemplate b/tools/dom/templates/html/impl/impl_Comment.darttemplate
|
| index 9934bb0108abaa1046127f576741b1e061fc2fda..44b6b5462bab85b0596ecbfe361962429d0a0989 100644
|
| --- a/tools/dom/templates/html/impl/impl_Comment.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Comment.darttemplate
|
| @@ -6,10 +6,8 @@ part of $LIBRARYNAME;
|
|
|
| @DocsEditable()
|
| $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS$IMPLEMENTS {
|
| -$if DART2JS
|
| factory Comment([String data]) {
|
| return JS('returns:Comment;depends:none;effects:none;new:true',
|
| '#.createComment(#)', document, data == null ? "" : data);
|
| }
|
| -$endif
|
| $!MEMBERS}
|
|
|