Index: dart/sdk/lib/_internal/compiler/implementation/compiler.dart |
diff --git a/dart/sdk/lib/_internal/compiler/implementation/compiler.dart b/dart/sdk/lib/_internal/compiler/implementation/compiler.dart |
index c278a58c92f8a91eedb69cb29c6abbe5362c9f85..646fefecd6b0f666607a99264ee00966b0b53697 100644 |
--- a/dart/sdk/lib/_internal/compiler/implementation/compiler.dart |
+++ b/dart/sdk/lib/_internal/compiler/implementation/compiler.dart |
@@ -1988,6 +1988,9 @@ abstract class Compiler implements DiagnosticListener { |
return libraryUri; |
} |
+ void diagnoseCrashInUserCode(String message, exception, stackTrace) { |
+ // Overridden by Compiler in apiimpl.dart. |
+ } |
} |
class CompilerTask { |