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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java

Issue 459703002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java
index 7fd6aaf346ce778fc07fb8d819d219caf1579ab1..535bda8ab3fe14ffa9fa554248f1fffb5bec9513 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/SourceFactory.java
@@ -228,7 +228,7 @@ public class SourceFactory {
throw new AnalysisException("Cannot resolve a relative URI without a containing source: "
+ containedUri);
}
- containedUri = containingSource.resolveRelative(containedUri);
+ containedUri = containingSource.resolveRelativeUri(containedUri);
}
for (UriResolver resolver : resolvers) {
Source result = resolver.resolveAbsolute(containedUri);

Powered by Google App Engine
This is Rietveld 408576698