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

Unified Diff: lib/system/system.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Address ahe's review Created 5 years 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 | « DEPS ('k') | pkg/fletchc/lib/fletch_compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/system/system.dart
diff --git a/lib/system/system.dart b/lib/system/system.dart
index b8bfd7ac9274c23bb1794ffbca2a7537a7256d7e..a4c305994accaca6cbc6959c9a167776ed59643b 100644
--- a/lib/system/system.dart
+++ b/lib/system/system.dart
@@ -15,6 +15,8 @@ part 'nsm.dart';
const native = "native";
+const patch = "patch";
+
const bool enableBigint =
const bool.fromEnvironment('fletch.enable-bigint', defaultValue: true);
@@ -85,5 +87,3 @@ external get nativeError;
// Change execution to [coroutine], passing along [argument].
external coroutineChange(coroutine, argument);
-
-const patch = "patch";
« no previous file with comments | « DEPS ('k') | pkg/fletchc/lib/fletch_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698