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

Unified Diff: frog/gen.dart

Issue 10264021: Fix codegen and isolate issues for frog dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/library.dart » ('j') | 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 9f7ea448cabea7ff2b32e82a5b2cc097ba0a55c2..4205d01f3b62ec619d219bc1e21b059d1646ed0f 100644
--- a/frog/gen.dart
+++ b/frog/gen.dart
@@ -58,7 +58,7 @@ class WorldGenerator {
// Until then, this 'analysis' just marks all the DOM types as used.
// TODO(jimhug): Do we still need this? Or do/can we handle this by
// using return values?
- if (type.library.isDom || type.isHiddenNativeType) {
+ if (type.library.isDomOrHtml || type.isHiddenNativeType) {
if (type.isClass) type.markUsed();
}
« no previous file with comments | « frog/corejs.dart ('k') | frog/library.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698