| Index: pkg/compiler/lib/src/js_emitter/lazy_emitter/emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/lazy_emitter/emitter.dart b/pkg/compiler/lib/src/js_emitter/lazy_emitter/emitter.dart
|
| index 0c3ae733a4fc94ccc307f23bae03754b8a1cc6b8..6e4f4182b4a3a071071ecd52e372db89f6bdc904 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/lazy_emitter/emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/lazy_emitter/emitter.dart
|
| @@ -47,13 +47,13 @@ class Emitter implements emitterTask.Emitter {
|
| return _emitter.emitProgram(program);
|
| }
|
|
|
| - // TODO(floitsch): copied from OldEmitter. Adjust or share.
|
| + // TODO(floitsch): copied from full emitter. Adjust or share.
|
| @override
|
| bool isConstantInlinedOrAlreadyEmitted(ConstantValue constant) {
|
| return _emitter.isConstantInlinedOrAlreadyEmitted(constant);
|
| }
|
|
|
| - // TODO(floitsch): copied from OldEmitter. Adjust or share.
|
| + // TODO(floitsch): copied from full emitter. Adjust or share.
|
| @override
|
| int compareConstants(ConstantValue a, ConstantValue b) {
|
| return _emitter.compareConstants(a, b);
|
|
|