| Index: third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp b/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| index 6b902633af6d7c9abac5e23d479646e620a486d7..e64cc223bc17a79935d5a41091273e3908e0b6d2 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
|
| @@ -21,7 +21,7 @@
|
| namespace blink {
|
|
|
| #define DEFINE_STATIC_LOCAL_WITH_LOCK(type, name, arguments) \
|
| - ASSERT(IsolatesMutex().Locked()); \
|
| + DCHECK(IsolatesMutex().Locked()); \
|
| static type& name = *new type arguments
|
|
|
| static Mutex& IsolatesMutex() {
|
|
|