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

Unified Diff: test/generated_sdk/lib/async/zone.dart

Issue 1112403004: SDK fixes (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Formatting fix Created 5 years, 8 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: test/generated_sdk/lib/async/zone.dart
diff --git a/test/generated_sdk/lib/async/zone.dart b/test/generated_sdk/lib/async/zone.dart
index d22f5ba832f5a6ef4e1dbc53fbc784d3ad34fc95..43132d5d36c61428a63b69db04026371ff53d8f3 100644
--- a/test/generated_sdk/lib/async/zone.dart
+++ b/test/generated_sdk/lib/async/zone.dart
@@ -603,7 +603,7 @@ abstract class _Zone implements Zone {
_ZoneFunction get _fork;
_ZoneFunction get _handleUncaughtError;
_Zone get parent;
- _ZoneDelegate get _delegate;
+ ZoneDelegate get _delegate;
Map get _map;
bool inSameErrorZone(Zone otherZone) {

Powered by Google App Engine
This is Rietveld 408576698