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

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: Created 5 years, 1 month 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: lib/system/system.dart
diff --git a/lib/system/system.dart b/lib/system/system.dart
index c157283a52270406af4b728ed26c8f0483f3d62a..e3ef4f4634d0551de2d6c8abb7ec3dc40a951525 100644
--- a/lib/system/system.dart
+++ b/lib/system/system.dart
@@ -85,3 +85,9 @@ external get nativeError;
// Change execution to [coroutine], passing along [argument].
external coroutineChange(coroutine, argument);
+
+class Patch {
ahe 2015/11/17 16:44:08 What is this class for?
sigurdm 2015/11/19 14:33:46 I first wanted to make a patch class, decided not
+ const Patch();
+}
+
+const patch = "patch";

Powered by Google App Engine
This is Rietveld 408576698