| Index: pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/codegen/glue.dart b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| index 37c3486c5e0558545a42a1520e10fff35089ce76..6f741bd3b83572f3f51e7bde9acbf34a1c5afb41 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| @@ -39,6 +39,8 @@ class Glue {
|
|
|
| Glue(this._compiler);
|
|
|
| + ClassWorld get classWorld => _compiler.world;
|
| +
|
| js.Expression constantReference(ConstantValue value) {
|
| return _emitter.constantReference(value);
|
| }
|
|
|