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

Unified Diff: pkg/analyzer/lib/src/generated/engine.dart

Issue 428303004: Breaking changes in 'analyzer' package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename Source.resolveRelative to resolveRelativeUri, soften version constraints 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
« no previous file with comments | « pkg/analyzer/lib/src/generated/element.dart ('k') | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/engine.dart
diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart
index 3641a1e429a8a8c9ac4e9beeb6873b65a4cf11b4..cfb39162d04dc4960e7da44729a453601a952d3c 100644
--- a/pkg/analyzer/lib/src/generated/engine.dart
+++ b/pkg/analyzer/lib/src/generated/engine.dart
@@ -7095,7 +7095,7 @@ class AngularHtmlUnitResolver extends ht.RecursiveXmlVisitor<Object> {
continue;
}
try {
- Source templateSource = _source.resolveRelative(parseUriWithException(templateUri));
+ Source templateSource = _context.sourceFactory.forUri2(_source.resolveRelativeUri(parseUriWithException(templateUri)));
if (!_context.exists(templateSource)) {
templateSource = _context.sourceFactory.resolveUri(_source, "package:${templateUri}");
if (!_context.exists(templateSource)) {
@@ -12659,7 +12659,7 @@ abstract class Logger {
* @param message an explanation of why the error occurred or what it means
* @param exception the exception being logged
*/
- void logError2(String message, Exception exception);
+ void logError2(String message, exception);
/**
* Log the given informational message.
@@ -12687,7 +12687,7 @@ class Logger_NullLogger implements Logger {
}
@override
- void logError2(String message, Exception exception) {
+ void logError2(String message, exception) {
}
@override
@@ -12695,7 +12695,7 @@ class Logger_NullLogger implements Logger {
}
@override
- void logInformation2(String message, Exception exception) {
+ void logInformation2(String message, exception) {
}
}
@@ -15741,4 +15741,4 @@ class WorkManager_WorkIterator {
}
}
}
-}
+}
« no previous file with comments | « pkg/analyzer/lib/src/generated/element.dart ('k') | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698