Chromium Code Reviews| Index: dart/site/try/src/messages.dart |
| diff --git a/dart/site/try/src/messages.dart b/dart/site/try/src/messages.dart |
| index 830f19f225ffc5da8c572f6029a3ab01507067c5..62f4fb4f188592796817e42fdd8e0234faa4b5e8 100644 |
| --- a/dart/site/try/src/messages.dart |
| +++ b/dart/site/try/src/messages.dart |
| @@ -32,4 +32,7 @@ const Map<String, dynamic> messages = const <String, dynamic> { |
| 'theme': |
| 'Theme:', |
| + |
| + 'incrementalCompilation': |
| + 'Enable incremental compilation (EXPERIMENTAL)', |
| }; |