| Index: compiler/java/com/google/dart/compiler/DartCompiler.java
|
| diff --git a/compiler/java/com/google/dart/compiler/DartCompiler.java b/compiler/java/com/google/dart/compiler/DartCompiler.java
|
| index a585bb2a194e4ebb11ac3234166fcb575664346c..dfafbabbf3ce1e6ee09700af9e29c5b07d6c0390 100644
|
| --- a/compiler/java/com/google/dart/compiler/DartCompiler.java
|
| +++ b/compiler/java/com/google/dart/compiler/DartCompiler.java
|
| @@ -260,7 +260,7 @@ public class DartCompiler {
|
| }
|
|
|
| DartUnit apiUnit = apiLib.getUnit(dartSrc.getName());
|
| - if (apiUnit == null || (!libIsDartUri && isSourceOutOfDate(dartSrc, libSrc))) {
|
| + if (apiUnit == null || isSourceOutOfDate(dartSrc, libSrc)) {
|
| DartUnit unit = parse(dartSrc, lib.getPrefixes());
|
| if (unit != null) {
|
| if (libNode == selfSourcePath) {
|
|
|