Chromium Code Reviews| Index: pkg/compiler/lib/compiler_new.dart |
| diff --git a/pkg/compiler/lib/compiler_new.dart b/pkg/compiler/lib/compiler_new.dart |
| index 3988c2f5d10ac8e445939cb73aef3338cb29cdc2..51de3810e63885e5f2e171c55cc510ab9243c008 100644 |
| --- a/pkg/compiler/lib/compiler_new.dart |
| +++ b/pkg/compiler/lib/compiler_new.dart |
| @@ -125,4 +125,3 @@ Future<CompilationResult> compile( |
| return new CompilationResult(compiler, isSuccess: success); |
| }); |
| } |
| - |