| Index: runtime/vm/precompiler.cc
|
| diff --git a/runtime/vm/precompiler.cc b/runtime/vm/precompiler.cc
|
| index becd99b5a9980eb47d1362c7b734e0d5907d9946..b5bb391e0ea273f657a7797b3b0fbebfde85eee0 100644
|
| --- a/runtime/vm/precompiler.cc
|
| +++ b/runtime/vm/precompiler.cc
|
| @@ -211,11 +211,13 @@ void Precompiler::AddRoots() {
|
| { "dart:_builtin", "::", "_getUriBaseClosure" },
|
| { "dart:_builtin", "::", "_resolveUri" },
|
| { "dart:_builtin", "::", "_setWorkingDirectory" },
|
| + { "dart:_builtin", "::", "_loadDataAsync" },
|
| { "dart:async", "::", "_setScheduleImmediateClosure" },
|
| { "dart:core", "_InternalError", "_InternalError." },
|
| { "dart:core", "_InvocationMirror", "_allocateInvocationMirror" },
|
| { "dart:io", "::", "_makeUint8ListView" },
|
| { "dart:io", "::", "_makeDatagram" },
|
| + { "dart:io", "::", "_setupHooks" },
|
| { "dart:io", "CertificateException", "CertificateException." },
|
| { "dart:io", "HandshakeException", "HandshakeException." },
|
| { "dart:io", "TlsException", "TlsException." },
|
| @@ -228,6 +230,7 @@ void Precompiler::AddRoots() {
|
| { "dart:io", "_SecureFilterImpl", "get:SIZE" },
|
| { "dart:isolate", "::", "_getIsolateScheduleImmediateClosure" },
|
| { "dart:isolate", "::", "_startMainIsolate" },
|
| + { "dart:isolate", "::", "_setupHooks" },
|
| { "dart:isolate", "_RawReceivePortImpl", "_handleMessage" },
|
| { "dart:isolate", "_RawReceivePortImpl", "_lookupHandler" },
|
| { "dart:vmservice", "::", "_registerIsolate" },
|
|
|