| Index: third_party/WebKit/Source/wtf/allocator/Partitions.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/allocator/Partitions.cpp b/third_party/WebKit/Source/wtf/allocator/Partitions.cpp
|
| index e745359911596719be7ca36eeedfe9de1940840c..8ab0f1d92c22acdb45dffc89f7d710898fabab74 100644
|
| --- a/third_party/WebKit/Source/wtf/allocator/Partitions.cpp
|
| +++ b/third_party/WebKit/Source/wtf/allocator/Partitions.cpp
|
| @@ -75,7 +75,7 @@ void Partitions::shutdown()
|
|
|
| void Partitions::decommitFreeableMemory()
|
| {
|
| - RELEASE_ASSERT(isMainThread());
|
| + CHECK(isMainThread());
|
| if (!s_initialized)
|
| return;
|
|
|
|
|