Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/compiler.dart

Issue 564373004: Add LibraryLoader.resetAsync. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Restore code. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698