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

Unified Diff: frog/element.dart

Issue 9110027: Some cleanups to Frog to avoid looking up its builtin types too much (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: removed dead files Created 8 years, 11 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
« no previous file with comments | « frog/corejs.dart ('k') | frog/gen.dart » ('j') | frog/member.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/element.dart
diff --git a/frog/element.dart b/frog/element.dart
index 2f6df3cde0541ab45eb9438fd8734b016140083a..30331757b260ce81ebfd47f85a9cb00f4db4edfd 100644
--- a/frog/element.dart
+++ b/frog/element.dart
@@ -36,7 +36,7 @@ class Element implements Hashable {
String get jsname() => _jsname;
/** The native name of this element if it has one. */
- String get nativeName() => null;
+ String get nativeName() => _jsname;
/** Avoid the native name if hidden native. */
bool get avoidNativeName() => false;
« no previous file with comments | « frog/corejs.dart ('k') | frog/gen.dart » ('j') | frog/member.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698