Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.cpp |
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.cpp |
| index e6f7d0dae7e28f698e37bf2963ce27228b039108..f898e61bdd4eec977930e48b697222e4590c2c39 100644 |
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.cpp |
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.cpp |
| @@ -9,7 +9,7 @@ |
| namespace blink { |
| void V0CustomElementMicrotaskQueueBase::dispatch() { |
| - RELEASE_ASSERT(!m_inDispatch); |
| + CHECK(!m_inDispatch); |
| m_inDispatch = true; |
| doDispatch(); |
| m_inDispatch = false; |