| 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 d4007083bef6c5c6c568e55e7b0fac9baddbf7d7..91cff3e7a4a5cd439dd018e7ae58fc6e62f84284 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.
|
|
|