| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 71d9dc345f89f0f86e0e4e079f3124b682f558c1..2e44b8562eb8371ac83193ceb32cd7a010364620 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -177,7 +177,7 @@ config("compiler") {
|
| if (!(is_chromeos && current_cpu == "arm") &&
|
| !(is_android && use_order_profiling) && !is_mac && !is_ios) {
|
| # TODO(jochen): Enable this on chromeos on arm. http://crbug.com/356580
|
| - # TODO(azarchs): Fix link errors when linking with order_profiling=1
|
| + # TODO(lizeb,pasko): Fix link errors when linking with order_profiling=1
|
| # crbug.com/485542
|
| ldflags += [ "-Wl,--fatal-warnings" ]
|
| }
|
|
|