| Index: sdk/lib/_internal/compiler/implementation/lib/isolate_patch.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/lib/isolate_patch.dart (revision 14522)
|
| +++ sdk/lib/_internal/compiler/implementation/lib/isolate_patch.dart (working copy)
|
| @@ -18,7 +18,7 @@
|
| /**
|
| * Called by the compiler to fetch the current isolate context.
|
| */
|
| -void _currentIsolate() => _globalState.currentContext;
|
| +_IsolateContext _currentIsolate() => _globalState.currentContext;
|
|
|
| /********************************************************
|
| Inserted from lib/isolate/dart2js/compiler_hooks.dart
|
|
|