| Index: Source/wtf/SizeLimits.cpp
|
| diff --git a/Source/wtf/SizeLimits.cpp b/Source/wtf/SizeLimits.cpp
|
| index 9b591fb27adb8cb9befe49e168daf2e70e377806..85c5ed5da9313274a3331a8841a02f378e05c159 100644
|
| --- a/Source/wtf/SizeLimits.cpp
|
| +++ b/Source/wtf/SizeLimits.cpp
|
| @@ -42,11 +42,11 @@
|
|
|
| namespace WTF {
|
|
|
| -#if !defined(NDEBUG) || SECURITY_ASSERT_ENABLED
|
| +#if !defined(NDEBUG) || ENABLE(SECURITY_ASSERT)
|
| // The debug/assertion version may get bigger.
|
| struct SameSizeAsRefCounted {
|
| int a;
|
| -#if SECURITY_ASSERT_ENABLED
|
| +#if ENABLE(SECURITY_ASSERT)
|
| bool b;
|
| #endif
|
| #if !defined(NDEBUG)
|
|
|