| 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();
|
| }
|
|
|
|
|