| Index: pkg/compiler/lib/src/common.dart
 | 
| diff --git a/pkg/compiler/lib/src/common.dart b/pkg/compiler/lib/src/common.dart
 | 
| index df3ad462af185193a83a702a5345cc33e08563cd..bf499075f8b4da37024b293750626cb3958101af 100644
 | 
| --- a/pkg/compiler/lib/src/common.dart
 | 
| +++ b/pkg/compiler/lib/src/common.dart
 | 
| @@ -6,20 +6,16 @@
 | 
|  /// of phase or subfunctionality.
 | 
|  library dart2js.common;
 | 
|  
 | 
| -export 'diagnostics/diagnostic_listener.dart' show
 | 
| -    DiagnosticMessage,
 | 
| -    DiagnosticReporter;
 | 
| -export 'diagnostics/invariant.dart' show
 | 
| -    assertDebugMode,
 | 
| -    InternalErrorFunction,
 | 
| -    invariant;
 | 
| -export 'diagnostics/messages.dart' show
 | 
| -    MessageKind;
 | 
| -export 'diagnostics/source_span.dart' show
 | 
| -    SourceSpan;
 | 
| -export 'diagnostics/spannable.dart' show
 | 
| -    CURRENT_ELEMENT_SPANNABLE,
 | 
| -    NO_LOCATION_SPANNABLE,
 | 
| -    Spannable,
 | 
| -    SpannableAssertionFailure;
 | 
| +export 'diagnostics/diagnostic_listener.dart'
 | 
| +    show DiagnosticMessage, DiagnosticReporter;
 | 
| +export 'diagnostics/invariant.dart'
 | 
| +    show assertDebugMode, InternalErrorFunction, invariant;
 | 
| +export 'diagnostics/messages.dart' show MessageKind;
 | 
| +export 'diagnostics/source_span.dart' show SourceSpan;
 | 
| +export 'diagnostics/spannable.dart'
 | 
| +    show
 | 
| +        CURRENT_ELEMENT_SPANNABLE,
 | 
| +        NO_LOCATION_SPANNABLE,
 | 
| +        Spannable,
 | 
| +        SpannableAssertionFailure;
 | 
|  export 'helpers/helpers.dart';
 | 
| 
 |