| Index: runtime/bin/builtin.cc
|
| diff --git a/runtime/bin/builtin.cc b/runtime/bin/builtin.cc
|
| index 723ad54b1fba562c2b7bf5b99b1901d38a282fe8..dab5a0f60f782beafb465e441dbc7e35e507557e 100644
|
| --- a/runtime/bin/builtin.cc
|
| +++ b/runtime/bin/builtin.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "bin/builtin.h"
|
| #include "bin/dartutils.h"
|
| +#include "bin/platform.h"
|
|
|
| namespace dart {
|
| namespace bin {
|
| @@ -19,6 +20,7 @@ Builtin::builtin_lib_props Builtin::builtin_libraries_[] = {
|
| DartUtils::kIOLibPatchURL, io_patch_paths_, true },
|
| };
|
|
|
| +Dart_Port Builtin::load_port_ = ILLEGAL_PORT;
|
|
|
| // Patch all the specified patch files in the array 'patch_files' into the
|
| // library specified in 'library'.
|
|
|