Index: Source/wtf/Vector.h |
diff --git a/Source/wtf/Vector.h b/Source/wtf/Vector.h |
index 4267280f29b53bc454794c3e5846147e051a1150..8833e499b2eb63cdb3173454dd103e161b32f962 100644 |
--- a/Source/wtf/Vector.h |
+++ b/Source/wtf/Vector.h |
@@ -34,7 +34,7 @@ |
namespace WTF { |
-#if defined(MEMORY_TOOL_REPLACES_ALLOCATOR) |
+#if defined(MEMORY_SANITIZER_INITIAL_SIZE) |
static const size_t kInitialVectorSize = 1; |
#else |
#ifndef WTF_VECTOR_INITIAL_SIZE |