| Index: third_party/WebKit/Source/wtf/Partitions.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/Partitions.cpp b/third_party/WebKit/Source/wtf/Partitions.cpp
|
| index 137d521af070c0137db301158591cbbc62f31946..0fe349ce0d1f230e48b20fd7a43e998029a18943 100644
|
| --- a/third_party/WebKit/Source/wtf/Partitions.cpp
|
| +++ b/third_party/WebKit/Source/wtf/Partitions.cpp
|
| @@ -84,7 +84,7 @@ void Partitions::shutdown()
|
|
|
| void Partitions::decommitFreeableMemory()
|
| {
|
| - CHECK(isMainThread());
|
| + RELEASE_ASSERT(isMainThread());
|
| if (!s_initialized)
|
| return;
|
|
|
|
|