Chromium Code Reviews| Index: frog/evaluator.dart |
| diff --git a/frog/evaluator.dart b/frog/evaluator.dart |
| index 098540f55937e53c61fc76134a49a80de2e8e0c6..6c4c2fdc44bee4461ccf84445fd53ea9399dc6ed 100644 |
| --- a/frog/evaluator.dart |
| +++ b/frog/evaluator.dart |
| @@ -27,6 +27,7 @@ class Evaluator { |
| _markAllUsed(world.corelib); |
| world.gen.writeTypes(world.coreimpl); |
| world.gen.writeTypes(world.corelib); |
| + world.gen.writeGlobals(); |
| // Set these here so that we can compile the corelib without its errors |
| // killing us |