| Index: runtime/bin/builtin.cc
|
| diff --git a/runtime/bin/builtin.cc b/runtime/bin/builtin.cc
|
| index b1c7610ca8eb4a96d1d7def9996f9b4a1e2c3445..c52f314aa76ed322608017dc0f3d9eb276371f48 100644
|
| --- a/runtime/bin/builtin.cc
|
| +++ b/runtime/bin/builtin.cc
|
| @@ -20,7 +20,7 @@ Builtin::builtin_lib_props Builtin::builtin_libraries_[] = {
|
| DartUtils::kIOLibPatchURL, io_patch_paths_, true },
|
| };
|
|
|
| -Dart_Port Builtin::load_port_ = DART_ILLEGAL_PORT;
|
| +Dart_Port Builtin::load_port_ = ILLEGAL_PORT;
|
|
|
| // Patch all the specified patch files in the array 'patch_files' into the
|
| // library specified in 'library'.
|
|
|