| Index: dart/sdk/lib/io/data_transformer.dart
|
| ===================================================================
|
| --- dart/sdk/lib/io/data_transformer.dart (revision 30037)
|
| +++ dart/sdk/lib/io/data_transformer.dart (working copy)
|
| @@ -8,7 +8,7 @@
|
| /**
|
| * An instance of the default implementation of the [ZLibCodec].
|
| */
|
| -const ZLIB = const ZLibCodec();
|
| +const ZLibCodec ZLIB = const ZLibCodec();
|
|
|
|
|
| /**
|
| @@ -45,7 +45,7 @@
|
| /**
|
| * An instance of the default implementation of the [GZipCodec].
|
| */
|
| -const GZIP = const GZipCodec();
|
| +const GZipCodec GZIP = const GZipCodec();
|
|
|
|
|
| /**
|
|
|