| Index: third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
|
| index 4fb30bb34d3a21228435db9a162b0a47a02fe628..9a8ea36d4de2de432e8c6f0245a61b6904d00e72 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
|
| @@ -65,7 +65,7 @@ void Partitions::Initialize(
|
| }
|
|
|
| void Partitions::DecommitFreeableMemory() {
|
| - RELEASE_ASSERT(IsMainThread());
|
| + CHECK(IsMainThread());
|
| if (!initialized_)
|
| return;
|
|
|
|
|