| Index: runtime/bin/http_patch.dart
|
| diff --git a/lib/html/dartium/nativewrappers.dart b/runtime/bin/http_patch.dart
|
| similarity index 62%
|
| copy from lib/html/dartium/nativewrappers.dart
|
| copy to runtime/bin/http_patch.dart
|
| index 44ab39e1ac7567e620f8402b566e4b492836d41e..fc3da60f41b5d69dd9f6c152410cc5873eef23a2 100644
|
| --- a/lib/html/dartium/nativewrappers.dart
|
| +++ b/runtime/bin/http_patch.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library('nativewrappers');
|
| -
|
| -class NativeFieldWrapperClass1 {
|
| +patch class _HttpSessionManager {
|
| + /* patch */ static Uint8List _getRandomBytes(int count)
|
| + native "Crypto_GetRandomBytes";
|
| }
|
|
|