Index: third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp |
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp |
index b78078e802e739a14a3305d30193508ec85f33bd..cc8adf76cb0b68c6ec41fc903d49612183437ce5 100644 |
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp |
+++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp |
@@ -42,7 +42,7 @@ ArrayBufferContents::AdjustAmountOfExternalAllocatedMemoryFunction |
ArrayBufferContents::s_adjustAmountOfExternalAllocatedMemoryFunction = |
defaultAdjustAmountOfExternalAllocatedMemoryFunction; |
-#if ENABLE(ASSERT) |
+#if DCHECK_IS_ON() |
ArrayBufferContents::AdjustAmountOfExternalAllocatedMemoryFunction |
ArrayBufferContents:: |
s_lastUsedAdjustAmountOfExternalAllocatedMemoryFunction; |