| Index: Source/wtf/ThreadRestrictionVerifier.h
|
| diff --git a/Source/wtf/ThreadRestrictionVerifier.h b/Source/wtf/ThreadRestrictionVerifier.h
|
| index e62261ca7429c3b954d8402fcfb28242e6821a0e..b6ba662be9107572cfce510c3dfdbf079da07227 100644
|
| --- a/Source/wtf/ThreadRestrictionVerifier.h
|
| +++ b/Source/wtf/ThreadRestrictionVerifier.h
|
| @@ -53,7 +53,7 @@ public:
|
| // Indicates that the object may (or may not) be owned by more than one place.
|
| void setShared(bool shared)
|
| {
|
| -#if ASSERT_ENABLED
|
| +#if ENABLE(ASSERT)
|
| bool previouslyShared = m_shared;
|
| #endif
|
| m_shared = shared;
|
|
|