| Index: tools/gn/function_set_default_toolchain.cc
|
| diff --git a/tools/gn/function_set_default_toolchain.cc b/tools/gn/function_set_default_toolchain.cc
|
| index 1eb5ee09b818ffa26334a9cb61b56d7e0dbddecb..cc5929e6686a4d1de95cc2494738d40f6ea8f6f9 100644
|
| --- a/tools/gn/function_set_default_toolchain.cc
|
| +++ b/tools/gn/function_set_default_toolchain.cc
|
| @@ -57,7 +57,7 @@ Value RunSetDefaultToolchain(Scope* scope,
|
| // When the loader is expecting the default toolchain to be set, it will set
|
| // this key on the scope to point to the destination.
|
| Label* default_toolchain_dest = static_cast<Label*>(
|
| - scope->GetProperty(Loader::kDefaultToolchainKey, NULL));
|
| + scope->GetProperty(Loader::kDefaultToolchainKey, nullptr));
|
| if (!default_toolchain_dest)
|
| return Value();
|
|
|
|
|