| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index 491c08dbb5bf91bae93d06f45b1180f92b3d1db4..a3654f54af933d5b94bf37a3483736d0b7b4311e 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -1190,7 +1190,7 @@ public: \
|
| return allocateObject(size, true); \
|
| }
|
| #define EAGERLY_FINALIZE_WILL_BE_REMOVED()
|
| -#if ENABLE(ASSERT)
|
| +#if ENABLE(ASSERT) && ENABLE(OILPAN)
|
| class VerifyEagerFinalization {
|
| public:
|
| ~VerifyEagerFinalization()
|
|
|