diff options
Diffstat (limited to 'third_party/tcmalloc/chromium/src/google/heap-checker.h')
| -rw-r--r-- | third_party/tcmalloc/chromium/src/google/heap-checker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/tcmalloc/chromium/src/google/heap-checker.h b/third_party/tcmalloc/chromium/src/google/heap-checker.h index c0ee8a8..f46f353 100644 --- a/third_party/tcmalloc/chromium/src/google/heap-checker.h +++ b/third_party/tcmalloc/chromium/src/google/heap-checker.h @@ -136,7 +136,7 @@ class PERFTOOLS_DLL_DECL HeapLeakChecker { bool NoLeaks() { return DoNoLeaks(DO_NOT_SYMBOLIZE); } // These forms are obsolete; use NoLeaks() instead. - // TODO(csilvers): mark with ATTRIBUTE_DEPRECATED. + // TODO(csilvers): mark as DEPRECATED. bool QuickNoLeaks() { return NoLeaks(); } bool BriefNoLeaks() { return NoLeaks(); } bool SameHeap() { return NoLeaks(); } |
