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

Unified Diff: test/generated_sdk/lib/async/schedule_microtask.dart

Issue 959913003: cleanup patch generation to preseve comments and remove @patch (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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 | « test/generated_sdk/lib/async/deferred_load.dart ('k') | test/generated_sdk/lib/async/timer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/async/schedule_microtask.dart
diff --git a/test/generated_sdk/lib/async/schedule_microtask.dart b/test/generated_sdk/lib/async/schedule_microtask.dart
index 4325f785f9c73dddee66496a7c623a66baf200b5..6bbe56c74657b6486d0827e00e9804962d338762 100644
--- a/test/generated_sdk/lib/async/schedule_microtask.dart
+++ b/test/generated_sdk/lib/async/schedule_microtask.dart
@@ -135,7 +135,7 @@ void scheduleMicrotask(void callback()) {
}
class _AsyncRun {
- @patch
+ /** Schedule the given callback before any other event in the event-loop. */
static void _scheduleImmediate(void callback()) {
scheduleImmediateClosure(callback);
}
« no previous file with comments | « test/generated_sdk/lib/async/deferred_load.dart ('k') | test/generated_sdk/lib/async/timer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698