| 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..f17ad03347487584b0d0e1c91414aeb8f2cab59e 100644
|
| --- a/runtime/bin/secure_socket_patch.dart
|
| +++ b/runtime/bin/secure_socket_patch.dart
|
| @@ -4,7 +4,8 @@
|
|
|
| patch class SecureSocket {
|
| /* patch */ static void setCertificateDatabase(String certificateDatabase,
|
| - [String password])
|
| + {String password,
|
| + bool useBuiltinRoots: true})
|
| native "SecureSocket_SetCertificateDatabase";
|
| }
|
|
|
|
|