Index: sdk/lib/_internal/js_runtime/lib/annotations.dart |
diff --git a/sdk/lib/_internal/js_runtime/lib/annotations.dart b/sdk/lib/_internal/js_runtime/lib/annotations.dart |
index ee33493fe7c0a35d24832af7f2dd1261058b6dcb..2862612259d1786e6bb043c929aaa1184dad7d28 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/annotations.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/annotations.dart |
@@ -56,3 +56,6 @@ const _Patch patch_full = const _Patch('full'); |
/// Annotation that marks the declaration as a patch for the lazy emitter. |
const _Patch patch_lazy = const _Patch('lazy'); |
+ |
+/// Annotation that marks the declaration as a patch for the startup emitter. |
+const _Patch patch_startup = const _Patch('startup'); |