Chromium Code Reviews| Index: lib/compiler/implementation/compiler.dart |
| =================================================================== |
| --- lib/compiler/implementation/compiler.dart (revision 12186) |
| +++ lib/compiler/implementation/compiler.dart (working copy) |
| @@ -90,6 +90,10 @@ |
| final bool enableTypeAssertions; |
| final bool enableUserAssertions; |
| + // TODO(5074): Remove this field once we don't accept the |
| + // deprecated parameter specification. |
| + static final bool REJECT_NAMED_ARGUMENT_AS_POSITIONAL = true; |
|
kasperl
2012/09/12 07:20:30
I guess this needs to be submitted as false?
ngeoffray
2012/09/12 07:30:08
Yes :) Done
|
| + |
| final Tracer tracer; |
| CompilerTask measuredTask; |