| Index: Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.cpp b/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| index 55b282b79e2f34244ff26a999fb682bc29c9bfb6..b629faca97eca0c09d636818a5050733b9114187 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| @@ -117,7 +117,7 @@ Canvas2DLayerBridge::~Canvas2DLayerBridge()
|
| ASSERT(!Canvas2DLayerManager::get().isInList(this));
|
| m_layer.clear();
|
| freeReleasedMailbox();
|
| -#if ASSERT_ENABLED
|
| +#if ENABLE(ASSERT)
|
| Vector<MailboxInfo>::iterator mailboxInfo;
|
| for (mailboxInfo = m_mailboxes.begin(); mailboxInfo < m_mailboxes.end(); ++mailboxInfo) {
|
| ASSERT(mailboxInfo->m_status != MailboxInUse);
|
|
|