Chromium Code Reviews| Index: sdk/lib/io/common.dart |
| diff --git a/sdk/lib/io/common.dart b/sdk/lib/io/common.dart |
| index d74105b7dc4f118dfec8e07773f09113fbe290fd..f4d6907fbce62bd374d1f8138577db8e94318ada 100644 |
| --- a/sdk/lib/io/common.dart |
| +++ b/sdk/lib/io/common.dart |
| @@ -97,3 +97,7 @@ class _BufferUtils { |
| // a user defined List type. |
| external static bool _isBuiltinList(List buffer); |
| } |
| + |
| +class _IOCrypto { |
| + external static Uint8List getRandomBytes(int count); |
| +} |