Chromium Code Reviews| 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 0fe349ce0d1f230e48b20fd7a43e998029a18943..137d521af070c0137db301158591cbbc62f31946 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() |
| { |
| - RELEASE_ASSERT(isMainThread()); |
| + CHECK(isMainThread()); |
| if (!s_initialized) |
| return; |