Index: pkg/analyzer/lib/src/generated/source_io.dart |
diff --git a/pkg/analyzer/lib/src/generated/source_io.dart b/pkg/analyzer/lib/src/generated/source_io.dart |
index 66364b2b9b21ed773a667e1a0808dc69e3933526..76d339676db260b3334c0a88db60bc940492a397 100644 |
--- a/pkg/analyzer/lib/src/generated/source_io.dart |
+++ b/pkg/analyzer/lib/src/generated/source_io.dart |
@@ -283,10 +283,7 @@ class FileUriResolver extends UriResolver { |
@override |
Uri restoreAbsolute(Source source) { |
- if (source is FileBasedSource) { |
- return new Uri.file(source.fullName); |
- } |
- return null; |
+ return new Uri.file(source.fullName); |
} |
/** |