| Index: third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.h b/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.h
|
| index 2a0cc064a925137082740c29dcaf89f5c73173e1..657b56d174bc87e4ba3ad55177f2ca8635823ad6 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.h
|
| @@ -52,7 +52,7 @@ public:
|
| {
|
| // ElementCallbackQueues only migrate towards the top of the
|
| // processing stack.
|
| - ASSERT(newOwner >= m_owner);
|
| + DCHECK_GE(newOwner, m_owner);
|
| m_owner = newOwner;
|
| }
|
|
|
|
|