| Index: runtime/bin/secure_socket_patch.dart
|
| diff --git a/runtime/bin/secure_socket_patch.dart b/runtime/bin/secure_socket_patch.dart
|
| index 34edc7e12c395f9106f0374700e64937ad71b046..9bea4747cee6ff689b30634fbd606af9939a48ed 100644
|
| --- a/runtime/bin/secure_socket_patch.dart
|
| +++ b/runtime/bin/secure_socket_patch.dart
|
| @@ -3,9 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| patch class SecureSocket {
|
| - /* patch */ static void setCertificateDatabase(String certificateDatabase,
|
| - [String password])
|
| - native "SecureSocket_SetCertificateDatabase";
|
| + /* patch */ static void initialize({String database,
|
| + String password,
|
| + bool useBuiltinRoots: true})
|
| + native "SecureSocket_InitializeLibrary";
|
| }
|
|
|
|
|
|
|