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

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

Issue 444843003: fixes needed to get smoke tests passing (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
« no previous file with comments | « no previous file | pkg/pkg.status » ('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 3abda106c752697b075ff2514783c21cccc4a1d6..a1c0bd57964d6b0c27a1ed1b6488fedbf2d6f0cb 100644
--- a/pkg/analyzer/lib/src/generated/engine.dart
+++ b/pkg/analyzer/lib/src/generated/engine.dart
@@ -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);
Siggi Cherem (dart-lang) 2014/08/06 02:58:40 I think Pete run into this too. This change is not
+ 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 | « no previous file | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698