Index: pkg/compiler/lib/src/resolution/registry.dart |
diff --git a/pkg/compiler/lib/src/resolution/registry.dart b/pkg/compiler/lib/src/resolution/registry.dart |
index 552914c572a93df97820ff63795ee7ed86f8e5a9..34c6749410dec4e114f8411639b0ca029d60118f 100644 |
--- a/pkg/compiler/lib/src/resolution/registry.dart |
+++ b/pkg/compiler/lib/src/resolution/registry.dart |
@@ -416,6 +416,10 @@ class ResolutionRegistry implements Registry { |
backend.resolutionCallbacks.onThrowRuntimeError(this); |
} |
+ void registerCompileTimeError(ErroneousElement error) { |
+ backend.resolutionCallbacks.onCompileTimeError(this, error); |
+ } |
+ |
void registerTypeVariableBoundCheck() { |
backend.resolutionCallbacks.onTypeVariableBoundCheck(this); |
} |