| Index: dart/sdk/lib/_internal/compiler/implementation/js_backend/constant_emitter.dart
|
| ===================================================================
|
| --- dart/sdk/lib/_internal/compiler/implementation/js_backend/constant_emitter.dart (revision 31530)
|
| +++ dart/sdk/lib/_internal/compiler/implementation/js_backend/constant_emitter.dart (working copy)
|
| @@ -144,10 +144,6 @@
|
| jsAst.Expression visitInterceptor(InterceptorConstant constant) {
|
| return emitCanonicalVersion(constant);
|
| }
|
| -
|
| - jsAst.Expression visitDummyReceiver(DummyReceiverConstant constant) {
|
| - return new jsAst.LiteralNumber('0');
|
| - }
|
| }
|
|
|
| /**
|
| @@ -317,10 +313,6 @@
|
| 'prototype');
|
| }
|
|
|
| - jsAst.Expression visitDummyReceiver(DummyReceiverConstant constant) {
|
| - return _reference(constant);
|
| - }
|
| -
|
| jsAst.Expression visitConstructed(ConstructedConstant constant) {
|
| Element element = constant.type.element;
|
| if (element.isForeign(compiler)
|
|
|