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

Unified Diff: tools/dom/templates/html/impl/impl_Location.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_Location.darttemplate
diff --git a/tools/dom/templates/html/impl/impl_Location.darttemplate b/tools/dom/templates/html/impl/impl_Location.darttemplate
index f69d9294942b94b3b77a0216b5870d2569589cde..345bc532bfef8af1bb6c989fdd454fb276f574d6 100644
--- a/tools/dom/templates/html/impl/impl_Location.darttemplate
+++ b/tools/dom/templates/html/impl/impl_Location.darttemplate
@@ -8,7 +8,6 @@ part of $LIBRARYNAME;
$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
$!MEMBERS
-$if DART2JS
@DomName('Location.origin')
String get origin {
if (JS('bool', '("origin" in #)', this)) {
@@ -16,11 +15,8 @@ $if DART2JS
}
return '${this.protocol}//${this.host}';
}
-$endif
-$if DART2JS
@DomName('Location.toString')
@DocsEditable()
String toString() => JS('String', 'String(#)', this);
-$endif
}
« no previous file with comments | « tools/dom/templates/html/impl/impl_ImageData.darttemplate ('k') | tools/dom/templates/html/impl/impl_MediaStream.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698