Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1301)

Unified Diff: compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java

Issue 9420011: Issue 1548. If URI can not be parsed, return null. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698