| Index: third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp b/third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp
|
| index dd9f064c6eeae689ab0b1913082dcfc8079633ee..c4647cf013e90f5914bea43ca182dd2a6765bb38 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp
|
| @@ -46,7 +46,7 @@ WorkerEventQueue::WorkerEventQueue(ExecutionContext* context)
|
|
|
| WorkerEventQueue::~WorkerEventQueue()
|
| {
|
| - ASSERT(m_eventTaskMap.isEmpty());
|
| + DCHECK(m_eventTaskMap.isEmpty());
|
| }
|
|
|
| DEFINE_TRACE(WorkerEventQueue)
|
|
|