New issue
Advanced search Search tips

Issue 707659 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 707638



Sign in to add a comment

Replace ASSERT, RELEASE_ASSERT, and ASSERT_NOT_REACHED in platform/heap

Project Member Reported by tkent@chromium.org, Apr 3 2017

Issue description

Replace ASSERT, RELEASE_ASSERT, and ASSERT_NOT_REACHED with DCHECK_op, CHECK_op, and NOTREACHED respectively in third_party/WebKit/Source/platform/heap.

 
Owner: hs1217....@samsung.com
Status: Started (was: Untriaged)
Project Member

Comment 2 by bugdroid1@chromium.org, Apr 16 2017

Project Member

Comment 3 by bugdroid1@chromium.org, Apr 20 2017

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

Status: Fixed (was: Started)

Sign in to add a comment