| Index: runtime/bin/main.cc
|
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
|
| index 1c72db6632c1ae67b8a5e4ac5158f6e55186e67a..860ffe76588aa3bd9f1c1f7bf89e21b6ad77a264 100644
|
| --- a/runtime/bin/main.cc
|
| +++ b/runtime/bin/main.cc
|
| @@ -1245,7 +1245,11 @@ bool RunMainIsolate(const char* script_name,
|
| { "dart:io", "::", "_setupHooks" },
|
| { "dart:io", "::", "_getWatchSignalInternal" },
|
| { "dart:io", "CertificateException", "CertificateException." },
|
| + { "dart:io", "Directory", "Directory." },
|
| + { "dart:io", "File", "File." },
|
| + { "dart:io", "FileSystemException", "FileSystemException." },
|
| { "dart:io", "HandshakeException", "HandshakeException." },
|
| + { "dart:io", "Link", "Link." },
|
| { "dart:io", "OSError", "OSError." },
|
| { "dart:io", "TlsException", "TlsException." },
|
| { "dart:io", "X509Certificate", "X509Certificate._" },
|
|
|