| Index: runtime/bin/main.cc
|
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
|
| index cbef2cff7e7f9c34da6579c42a6c4390ba78c7c5..8fcdc6a4beb7106ab4bdcb0a8549a7b5bcb9e55c 100644
|
| --- a/runtime/bin/main.cc
|
| +++ b/runtime/bin/main.cc
|
| @@ -1239,7 +1239,7 @@ bool RunMainIsolate(const char* script_name,
|
| { "dart:io", "CertificateException", "CertificateException." },
|
| { "dart:io", "HandshakeException", "HandshakeException." },
|
| { "dart:io", "TlsException", "TlsException." },
|
| - { "dart:io", "X509Certificate", "X509Certificate." },
|
| + { "dart:io", "X509Certificate", "X509Certificate._" },
|
| { "dart:io", "_ExternalBuffer", "set:data" },
|
| { "dart:io", "_Platform", "set:_nativeScript" },
|
| { "dart:io", "_ProcessStartStatus", "set:_errorCode" },
|
|
|