Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Issue 2816033003: Replace ASSERT with DHCECK_op in platform/heap (Closed)

Created:
3 years, 8 months ago by Hwanseung Lee
Modified:
3 years, 8 months ago
Reviewers:
tkent, haraken
CC:
Mads Ager (chromium), blink-reviews, chromium-reviews, haraken, kinuko+watch, kouhei+heap_chromium.org, oilpan-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

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} Committed: https://chromium.googlesource.com/chromium/src/+/56a05e086ccbacd59dd40299fc8fc274071de235

Patch Set 1 : Replace ASSERT with CHECK_op in platform/heap #

Patch Set 2 : Replace ASSERT with CHECK_op in platform/heap #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -276 lines) Patch
M third_party/WebKit/Source/platform/heap/GCInfo.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/GCInfo.cpp View 3 chunks +6 lines, -6 lines 1 comment Download
M third_party/WebKit/Source/platform/heap/GCTaskRunner.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/Heap.h View 6 chunks +11 lines, -11 lines 1 comment Download
M third_party/WebKit/Source/platform/heap/Heap.cpp View 1 12 chunks +16 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapAllocator.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapAllocator.cpp View 1 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapLinkedStack.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapPage.h View 1 12 chunks +28 lines, -22 lines 1 comment Download
M third_party/WebKit/Source/platform/heap/HeapPage.cpp View 1 36 chunks +96 lines, -78 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapTest.cpp View 1 16 chunks +38 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/PageMemory.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/PageMemory.cpp View 1 5 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/PagePool.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/Persistent.h View 1 7 chunks +13 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/PersistentNode.h View 1 4 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/PersistentNode.cpp View 1 4 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/SelfKeepAlive.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/ThreadState.h View 1 7 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/ThreadState.cpp View 1 36 chunks +54 lines, -54 lines 0 comments Download

Messages

Total messages: 105 (101 generated)
Hwanseung Lee
PTAL, thank you. https://codereview.chromium.org/2816033003/diff/400001/third_party/WebKit/Source/platform/heap/GCInfo.cpp File third_party/WebKit/Source/platform/heap/GCInfo.cpp (right): https://codereview.chromium.org/2816033003/diff/400001/third_party/WebKit/Source/platform/heap/GCInfo.cpp#newcode51 third_party/WebKit/Source/platform/heap/GCInfo.cpp:51: DCHECK(new_size < GCInfoTable::kMaxIndex); when replaced to ...
3 years, 8 months ago (2017-04-20 00:30:43 UTC) #97
tkent
lgtm
3 years, 8 months ago (2017-04-20 00:38:32 UTC) #101
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2816033003/400001
3 years, 8 months ago (2017-04-20 00:39:22 UTC) #102
commit-bot: I haz the power
3 years, 8 months ago (2017-04-20 00:45:51 UTC) #105
Message was sent while issue was closed.
Committed patchset #2 (id:400001) as
https://chromium.googlesource.com/chromium/src/+/56a05e086ccbacd59dd40299fc8f...

Powered by Google App Engine
This is Rietveld 408576698