| Index: third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h b/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| index d3b35adf505ea3ec8d2d01618c68da5aa41093de..e5e1fa25d4338af9eaf14136b1a69a46f9711a97 100644
|
| --- a/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| +++ b/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h
|
| @@ -61,7 +61,7 @@ class SelfKeepAlive final {
|
|
|
| private:
|
| void assign(Self* self) {
|
| - ASSERT(!m_keepAlive || m_keepAlive.get() == self);
|
| + DCHECK(!m_keepAlive || m_keepAlive.get() == self);
|
| m_keepAlive = self;
|
| }
|
|
|
|
|