Replace ASSERT, RELEASE_ASSERT, and ASSERT_NOT_REACHED with DCHECK_op, CHECK_op, and NOTREACHED respectively in third_party/WebKit/Source/platform/heap.
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba commit cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba Author: hs1217.lee <hs1217.lee@samsung.com> Date: Sun Apr 16 10:59:03 2017 Replace ASSERT_NOT_REACHED, and RELEASE_ASSERT in platform/heap Replace RELEASE_ASSERT, and ASSERT_NOT_REACHED with CHECK_op, and NOTREACHED respectively in third_party/WebKit/Source/platform/heap BUG= 707659 Review-Url: https://codereview.chromium.org/2819123002 Cr-Commit-Position: refs/heads/master@{#464887} [modify] https://crrev.com/cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba/third_party/WebKit/Source/platform/heap/GCInfo.cpp [modify] https://crrev.com/cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba/third_party/WebKit/Source/platform/heap/Heap.h [modify] https://crrev.com/cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba/third_party/WebKit/Source/platform/heap/HeapAllocator.h [modify] https://crrev.com/cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba/third_party/WebKit/Source/platform/heap/HeapPage.cpp [modify] https://crrev.com/cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba/third_party/WebKit/Source/platform/heap/PageMemory.cpp [modify] https://crrev.com/cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba/third_party/WebKit/Source/platform/heap/StackFrameDepth.cpp [modify] https://crrev.com/cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba/third_party/WebKit/Source/platform/heap/ThreadState.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/56a05e086ccbacd59dd40299fc8fc274071de235 commit 56a05e086ccbacd59dd40299fc8fc274071de235 Author: hs1217.lee <hs1217.lee@samsung.com> Date: Thu Apr 20 00:44:47 2017 Replace ASSERT with DHCECK_op in platform/heap Replace ASSERT with DCHECK_op respectively in third_party/WebKit/Source/platform/heap BUG= 707659 Review-Url: https://codereview.chromium.org/2816033003 Cr-Commit-Position: refs/heads/master@{#465829} [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/GCInfo.cpp [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/GCInfo.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/GCTaskRunner.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/Heap.cpp [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/Heap.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/HeapAllocator.cpp [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/HeapAllocator.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/HeapLinkedStack.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/HeapPage.cpp [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/HeapPage.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/HeapTest.cpp [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/PageMemory.cpp [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/PageMemory.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/PagePool.cpp [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/Persistent.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/PersistentNode.cpp [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/PersistentNode.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/SelfKeepAlive.h [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/ThreadState.cpp [modify] https://crrev.com/56a05e086ccbacd59dd40299fc8fc274071de235/third_party/WebKit/Source/platform/heap/ThreadState.h
Comment 1 by hs1217....@samsung.com
, Apr 12 2017Status: Started (was: Untriaged)