| Index: pkg/compiler/lib/src/common/registry.dart
|
| diff --git a/pkg/compiler/lib/src/common/registry.dart b/pkg/compiler/lib/src/common/registry.dart
|
| index 1530bfe1d2968f1eb14a25440bc18a54b0dfd731..02fd3e3a2849b66d10ab10757d1f89322965a69f 100644
|
| --- a/pkg/compiler/lib/src/common/registry.dart
|
| +++ b/pkg/compiler/lib/src/common/registry.dart
|
| @@ -33,4 +33,6 @@ abstract class Registry {
|
| void registerInstantiation(InterfaceType type);
|
|
|
| void registerGetOfStaticFunction(FunctionElement element);
|
| +
|
| + void registerAssert();
|
| }
|
|
|