| 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 7911b087f30d19e55b3be24667fad314b442310f..420253697631e4896cdb8b3a71c3fedfa4460609 100644
|
| --- a/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
|
| +++ b/compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java
|
| @@ -44,8 +44,7 @@ public class DefaultCompilerConfiguration implements CompilerConfiguration {
|
| * A new instance with the specified {@link CompilerOptions}
|
| * @throws FileNotFoundException
|
| */
|
| - public DefaultCompilerConfiguration(CompilerOptions compilerOptions)
|
| - throws FileNotFoundException {
|
| + public DefaultCompilerConfiguration(CompilerOptions compilerOptions) {
|
| this (new JavascriptBackend(), compilerOptions);
|
| }
|
|
|
|
|