| Index: trunk/src/tools/gn/function_toolchain.cc
|
| ===================================================================
|
| --- trunk/src/tools/gn/function_toolchain.cc (revision 232660)
|
| +++ trunk/src/tools/gn/function_toolchain.cc (working copy)
|
| @@ -102,7 +102,7 @@
|
|
|
| // This object will actually be copied into the one owned by the toolchain
|
| // manager, but that has to be done in the lock.
|
| - Toolchain toolchain(scope->settings(), label);
|
| + Toolchain toolchain(label);
|
|
|
| Scope block_scope(scope);
|
| block_scope.SetProperty(&kToolchainPropertyKey, &toolchain);
|
|
|