| Index: sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| index 3f0fadf6eb94ee511e0b22b0176e2e8c25a65bff..2702d9db4eae1ae0e9588986c8ed3b0e7ac4d8d1 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| @@ -137,9 +137,9 @@ patch class _RandomAccessFile {
|
| }
|
| }
|
|
|
| -patch class _HttpSessionManager {
|
| - patch static Uint8List _getRandomBytes(int count) {
|
| - throw new UnsupportedError("HttpSessionManager._getRandomBytes");
|
| +patch class _IOCrypto {
|
| + patch static Uint8List getRandomBytes(int count) {
|
| + throw new UnsupportedError("_IOCrypto.getRandomBytes");
|
| }
|
| }
|
|
|
|
|