| Index: sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| index 45a65238414319514c4cbc59ea51fc06c5414173..c816935634e496ebd35cfdc75bfa274e7bfe6468 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| @@ -217,6 +217,8 @@ class DartBackend extends Backend {
|
| stripAsserts = strips.indexOf('asserts') != -1,
|
| super(compiler);
|
|
|
| + void addBackendRtiDependencies(World world) {}
|
| +
|
| void enqueueHelpers(ResolutionEnqueuer world) {
|
| // Right now resolver doesn't always resolve interfaces needed
|
| // for literals, so force them. TODO(antonm): fix in the resolver.
|
|
|