| Index: lib/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/lib/compiler/implementation/dart_backend/backend.dart b/lib/compiler/implementation/dart_backend/backend.dart
|
| index 904423e4c200f88f721624be4b82e2d5535683af..dd9596b7d25f37e4509e6c091021ddf3c89a7ba4 100644
|
| --- a/lib/compiler/implementation/dart_backend/backend.dart
|
| +++ b/lib/compiler/implementation/dart_backend/backend.dart
|
| @@ -189,6 +189,8 @@ class DartBackend extends Backend {
|
| stripAsserts = strips.indexOf('asserts') != -1,
|
| super(compiler);
|
|
|
| + Element getInterceptor(Selector selector) => null;
|
| +
|
| void enqueueHelpers(Enqueuer world) {
|
| // Right now resolver doesn't always resolve interfaces needed
|
| // for literals, so force them. TODO(antonm): fix in the resolver.
|
|
|