| Index: lib/io/http_session.dart
|
| diff --git a/runtime/bin/http_session.dart b/lib/io/http_session.dart
|
| similarity index 98%
|
| rename from runtime/bin/http_session.dart
|
| rename to lib/io/http_session.dart
|
| index f1d5eaff0066333db0b0ab84f88b97ef77c74acb..d2146132d7aa8645c413fd046c48deb0cccc4852 100644
|
| --- a/runtime/bin/http_session.dart
|
| +++ b/lib/io/http_session.dart
|
| @@ -154,7 +154,6 @@ class _HttpSessionManager {
|
| _HttpSession _tail;
|
| Timer _timer;
|
|
|
| - static Uint8List _getRandomBytes(int count)
|
| - native "Crypto_GetRandomBytes";
|
| + external static Uint8List _getRandomBytes(int count);
|
| }
|
|
|
|
|