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

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

Issue 206193002: Remove cancel and make crash exit with code 253. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 years, 9 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: sdk/lib/_internal/compiler/implementation/dart2jslib.dart
diff --git a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
index 5c058f4f9d3b397fc1beedeb78b6bf87eff74424..a0569ea806e6b3558452c168d5d405f3948f9f58 100644
--- a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
+++ b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
@@ -46,8 +46,10 @@ export 'scanner/scannerlib.dart' show isUserDefinableOperator,
isTernaryOperator,
isMinusOperator;
export 'universe/universe.dart' show Selector, TypedSelector;
-export 'util/util.dart' show Spannable;
-
+export 'util/util.dart'
+ show Spannable,
+ CURRENT_ELEMENT_SPANNABLE,
+ NO_LOCATION_SPANNABLE;
part 'code_buffer.dart';
part 'compile_time_constants.dart';

Powered by Google App Engine
This is Rietveld 408576698