| Index: compiler/java/com/google/dart/compiler/util/DartSourceString.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/util/DartSourceString.java (revision 15913)
|
| +++ compiler/java/com/google/dart/compiler/util/DartSourceString.java (working copy)
|
| @@ -79,7 +79,7 @@
|
| @Override
|
| public URI getUri() {
|
| try {
|
| - return new URI(null, null, getName(), null).normalize();
|
| + return new URI(null, null, getName(), null, null).normalize();
|
| } catch (URISyntaxException e) {
|
| throw new IllegalArgumentException(e);
|
| }
|
|
|