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

Unified Diff: frog/gen.dart

Issue 9233028: Frog dart:dom using interfaces and native implementation classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge 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 | « client/dom/templates/dom/frog/frog_dom.darttemplate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/gen.dart
diff --git a/frog/gen.dart b/frog/gen.dart
index 16bb6c22b78ddd226299b6d633fa4ff6b55935a3..fd8f691c4f6397f480c1a756eac03b8056bfb83f 100644
--- a/frog/gen.dart
+++ b/frog/gen.dart
@@ -332,7 +332,7 @@ class WorldGenerator {
writeType(type.genericType);
// Ensure parent has been written before the child. Important ordering for
// IE when we're using $inherits, since we don't have __proto__ available.
- if (type.parent != null && !type.isNative) {
+ if (type.parent != null) {
writeType(type.parent);
}
« no previous file with comments | « client/dom/templates/dom/frog/frog_dom.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698