| 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 4bd6f70be5635253d579f11ac92ab343e6d72c07..d2bee3579b916ea76c35f5b74771fcbcd22bbd32 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(!keep_alive_ || keep_alive_.Get() == self);
|
| + DCHECK(!keep_alive_ || keep_alive_.Get() == self);
|
| keep_alive_ = self;
|
| }
|
|
|
|
|