| Index: compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| diff --git a/compiler/java/com/google/dart/compiler/CommandLineOptions.java b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| index a86ee8fcc93fc68b5799b01b343f5570dc369787..b7d1ae45123b5fd42e74480baa3438abbee0beff 100644
|
| --- a/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| +++ b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| @@ -175,6 +175,10 @@ public class CommandLineOptions {
|
| return batch;
|
| }
|
|
|
| + public boolean resolveDespiteParseErrors() {
|
| + return resolveDespiteParseErrors;
|
| + }
|
| +
|
| /**
|
| * Returns <code>true</code> if the compiler should print it's help message.
|
| */
|
|
|