| Index: runtime/bin/main.cc
|
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
|
| index 7f294399bb928f8546d1c5fa8e1db84ad6e1171b..17f27bf460f653c6e38fe2cf74f385f6d6c064a8 100644
|
| --- a/runtime/bin/main.cc
|
| +++ b/runtime/bin/main.cc
|
| @@ -1322,15 +1322,16 @@ bool RunMainIsolate(const char* script_name, CommandLineOptions* dart_options) {
|
| {"dart:_builtin", "::", "_getMainClosure"},
|
| {"dart:_builtin", "::", "_getPrintClosure"},
|
| {"dart:_builtin", "::", "_getUriBaseClosure"},
|
| + {"dart:_builtin", "::", "_libraryFilePath"},
|
| {"dart:_builtin", "::", "_resolveInWorkingDirectory"},
|
| - {"dart:_builtin", "::", "_setWorkingDirectory"},
|
| {"dart:_builtin", "::", "_setPackageRoot"},
|
| {"dart:_builtin", "::", "_setPackagesMap"},
|
| - {"dart:_builtin", "::", "_libraryFilePath"},
|
| - {"dart:io", "::", "_makeUint8ListView"},
|
| + {"dart:_builtin", "::", "_setWorkingDirectory"},
|
| + {"dart:async", "::", "_setScheduleImmediateClosure"},
|
| + {"dart:io", "::", "_getWatchSignalInternal"},
|
| {"dart:io", "::", "_makeDatagram"},
|
| + {"dart:io", "::", "_makeUint8ListView"},
|
| {"dart:io", "::", "_setupHooks"},
|
| - {"dart:io", "::", "_getWatchSignalInternal"},
|
| {"dart:io", "CertificateException", "CertificateException."},
|
| {"dart:io", "Directory", "Directory."},
|
| {"dart:io", "File", "File."},
|
| @@ -1340,17 +1341,20 @@ bool RunMainIsolate(const char* script_name, CommandLineOptions* dart_options) {
|
| {"dart:io", "OSError", "OSError."},
|
| {"dart:io", "TlsException", "TlsException."},
|
| {"dart:io", "X509Certificate", "X509Certificate._"},
|
| - {"dart:io", "_ExternalBuffer", "set:data"},
|
| - {"dart:io", "_ExternalBuffer", "get:start"},
|
| - {"dart:io", "_ExternalBuffer", "set:start"},
|
| {"dart:io", "_ExternalBuffer", "get:end"},
|
| + {"dart:io", "_ExternalBuffer", "get:start"},
|
| + {"dart:io", "_ExternalBuffer", "set:data"},
|
| {"dart:io", "_ExternalBuffer", "set:end"},
|
| + {"dart:io", "_ExternalBuffer", "set:start"},
|
| {"dart:io", "_Platform", "set:_nativeScript"},
|
| {"dart:io", "_ProcessStartStatus", "set:_errorCode"},
|
| {"dart:io", "_ProcessStartStatus", "set:_errorMessage"},
|
| - {"dart:io", "_SecureFilterImpl", "get:buffers"},
|
| {"dart:io", "_SecureFilterImpl", "get:ENCRYPTED_SIZE"},
|
| {"dart:io", "_SecureFilterImpl", "get:SIZE"},
|
| + {"dart:io", "_SecureFilterImpl", "get:buffers"},
|
| + {"dart:isolate", "::", "_getIsolateScheduleImmediateClosure"},
|
| + {"dart:isolate", "::", "_setupHooks"},
|
| + {"dart:isolate", "::", "_startMainIsolate"},
|
| {"dart:vmservice_io", "::", "main"},
|
| {NULL, NULL, NULL} // Must be terminated with NULL entries.
|
| };
|
|
|