| Index: pkg/compiler/lib/src/helpers/helpers.dart
|
| diff --git a/pkg/compiler/lib/src/helpers/helpers.dart b/pkg/compiler/lib/src/helpers/helpers.dart
|
| index 097a2227400fefcf823f8b9e8021a21701336951..bcfa12c9b5ff6b0d3ce3f92cb1f66d4ddd3bbc8d 100644
|
| --- a/pkg/compiler/lib/src/helpers/helpers.dart
|
| +++ b/pkg/compiler/lib/src/helpers/helpers.dart
|
| @@ -67,7 +67,7 @@ DebugWrapPrint get debugWrapPrint {
|
| }
|
|
|
| /// Implementation of [debugWrapPrint].
|
| -DebugWrapPrint _debugWrapPrint(s, f()) {
|
| +_debugWrapPrint(s, f()) {
|
| debugPrint('start:$s');
|
| var result = _indentation.indentBlock(f);
|
| debugPrint('end:$s');
|
|
|