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

Unified Diff: lib/internal/internal_patch.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/internal/internal_patch.dart
diff --git a/lib/internal/internal_patch.dart b/lib/internal/internal_patch.dart
index 296cd44b6452bf66c3d5ef0b301fca6d4cd8fbfe..e661e66305c368232d11c8fd01029d4ad25bf2f3 100644
--- a/lib/internal/internal_patch.dart
+++ b/lib/internal/internal_patch.dart
@@ -3,8 +3,7 @@
// BSD-style license that can be found in the LICENSE.md file.
import 'dart:fletch._system' as fletch;
-
-const patch = "patch";
+import 'dart:fletch._system' show patch;
@patch @fletch.native external void printToConsole(String line);

Powered by Google App Engine
This is Rietveld 408576698