diff options
Diffstat (limited to 'chrome/browser/sync/notifier/base/fastalloc.h')
-rw-r--r-- | chrome/browser/sync/notifier/base/fastalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/notifier/base/fastalloc.h b/chrome/browser/sync/notifier/base/fastalloc.h index ed19a53..244a1f8 100644 --- a/chrome/browser/sync/notifier/base/fastalloc.h +++ b/chrome/browser/sync/notifier/base/fastalloc.h @@ -38,7 +38,7 @@ class FastAlloc { private: void freeBuffer() { -#ifdef DEBUG +#if defined(DEBUG) memset(buffer_, 0xCC, size_ * sizeof(T)); #endif |