Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/dom/templates/html/impl/impl_CustomEvent.darttemplate

Issue 2978213002: Removed DARTIUM codegen for IDLS (sdk/lib/dartium) (Closed)
Patch Set: Update generated darttemplate Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « tools/dom/templates/html/impl/impl_Crypto.darttemplate ('k') | tools/dom/templates/html/impl/impl_DOMException.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698