| Index: chrome/browser/metrics/thread_watcher_report_hang.cc
|
| diff --git a/chrome/browser/metrics/thread_watcher_report_hang.cc b/chrome/browser/metrics/thread_watcher_report_hang.cc
|
| index de6b20041fac1f4463bb20b16cdb5a33470f4e14..9ba6a7f3cf7d88a7511b1ddfdfc6eaf9bb52d40d 100644
|
| --- a/chrome/browser/metrics/thread_watcher_report_hang.cc
|
| +++ b/chrome/browser/metrics/thread_watcher_report_hang.cc
|
| @@ -19,7 +19,7 @@ namespace metrics {
|
| // is unresponsive. This makes it possible to tell from the callstack alone what
|
| // thread was unresponsive.
|
| NOINLINE void ReportThreadHang() {
|
| - volatile const char* inhibit_comdat = __FUNCTION__;
|
| + volatile const char* inhibit_comdat = __func__;
|
| ALLOW_UNUSED_LOCAL(inhibit_comdat);
|
| #if defined(NDEBUG)
|
| base::debug::DumpWithoutCrashing();
|
|
|