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

Unified Diff: runtime/lib/internal_patch.dart

Issue 2684963004: Move _fatal to dart:async (Closed)
Patch Set: Restore the original behavior Created 3 years, 10 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
« no previous file with comments | « runtime/lib/async_patch.dart ('k') | runtime/lib/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/internal_patch.dart
diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart
index 681b8db9b2d29eadc8021b8f6a472d493659c6ad..88bff92c4803143f6e19e35290a1ab2ac5c05604 100644
--- a/runtime/lib/internal_patch.dart
+++ b/runtime/lib/internal_patch.dart
@@ -43,6 +43,3 @@ bool _classRangeCheck(int cid, int lowerLimit, int upperLimit) {
bool _classRangeCheckNegative(int cid, int lowerLimit, int upperLimit) {
return cid < lowerLimit || cid > upperLimit;
}
-
-// Equivalent of calling FATAL from C++ code.
-fatal(msg) native "DartInternal_fatal";
« no previous file with comments | « runtime/lib/async_patch.dart ('k') | runtime/lib/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698