| Index: runtime/bin/secure_socket_patch.dart
|
| ===================================================================
|
| --- runtime/bin/secure_socket_patch.dart (revision 26025)
|
| +++ runtime/bin/secure_socket_patch.dart (working copy)
|
| @@ -24,7 +24,7 @@
|
| String trust)
|
| native "SecureSocket_ChangeTrust";
|
|
|
| - /* patch */ static getCertificate(String nickname)
|
| + /* patch */ static X509Certificate getCertificate(String nickname)
|
| native "SecureSocket_GetCertificate";
|
|
|
| /* patch */ static removeCertificate(String nickname)
|
|
|