| Index: compiler/java/com/google/dart/compiler/SystemLibraryManager.java
|
| diff --git a/compiler/java/com/google/dart/compiler/SystemLibraryManager.java b/compiler/java/com/google/dart/compiler/SystemLibraryManager.java
|
| index 5b53048df31982fac9cdabe2d07561ec4bd56a20..6f09793ca4c827e51815af98cae338df85915b2d 100644
|
| --- a/compiler/java/com/google/dart/compiler/SystemLibraryManager.java
|
| +++ b/compiler/java/com/google/dart/compiler/SystemLibraryManager.java
|
| @@ -130,7 +130,7 @@ public class SystemLibraryManager {
|
| throw new AssertionError();
|
| }
|
| } else {
|
| - throw new RuntimeException("Don't know how to expand dart URI: " + uri);
|
| + return null;
|
| }
|
| }
|
| }
|
|
|