| Index: compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
|
| diff --git a/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java b/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
|
| index ca900140d8bd5738b37194f346b5c5d6e4af2ce6..e8499abc79fe72f7c538271dc18479a8541fab0a 100644
|
| --- a/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
|
| +++ b/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
|
| @@ -56,8 +56,8 @@ public class DefaultCompilerConfiguration implements CompilerConfiguration {
|
| @Override
|
| public List<DartCompilationPhase> getPhases() {
|
| List<DartCompilationPhase> phases = new ArrayList<DartCompilationPhase>();
|
| - phases.add(new CompileTimeConstantAnalyzer.Phase());
|
| phases.add(new Resolver.Phase());
|
| + phases.add(new CompileTimeConstantAnalyzer.Phase());
|
| phases.add(new TypeAnalyzer());
|
| return phases;
|
| }
|
|
|