| Index: sdk/lib/_internal/compiler/samples/leap/leap_server.dart
|
| diff --git a/sdk/lib/_internal/compiler/samples/leap/leap_server.dart b/sdk/lib/_internal/compiler/samples/leap/leap_server.dart
|
| index 31aaa55192e7829c72b072a36316dbf441f8fb45..3db4dda9531f27414be653a706d8e83d434eeb7a 100644
|
| --- a/sdk/lib/_internal/compiler/samples/leap/leap_server.dart
|
| +++ b/sdk/lib/_internal/compiler/samples/leap/leap_server.dart
|
| @@ -94,8 +94,7 @@ class Conversation {
|
| }
|
| }
|
|
|
| -main() {
|
| - List<String> arguments = new Options().arguments;
|
| +main(List<String> arguments) {
|
| if (arguments.length > 0) {
|
| Conversation.landingPage = arguments[0];
|
| }
|
|
|