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

Issue 2819123002: Replace ASSERT_NOT_REACHED, and RELEASE_ASSERT 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, kinuko+watch, kouhei+heap_chromium.org, oilpan-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : fix build error #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -24 lines) Patch
M third_party/WebKit/Source/platform/heap/GCInfo.cpp View 1 2 chunks +2 lines, -2 lines 2 comments Download
M third_party/WebKit/Source/platform/heap/Heap.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapAllocator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapPage.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/PageMemory.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/StackFrameDepth.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/ThreadState.cpp View 8 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 18 (12 generated)
Hwanseung Lee
PTAL, thank you. https://codereview.chromium.org/2819123002/diff/20001/third_party/WebKit/Source/platform/heap/GCInfo.cpp File third_party/WebKit/Source/platform/heap/GCInfo.cpp (right): https://codereview.chromium.org/2819123002/diff/20001/third_party/WebKit/Source/platform/heap/GCInfo.cpp#newcode35 third_party/WebKit/Source/platform/heap/GCInfo.cpp:35: CHECK(gc_info_index < GCInfoTable::kMaxIndex); when replace to ...
3 years, 8 months ago (2017-04-16 09:59:26 UTC) #8
tkent
lgtm
3 years, 8 months ago (2017-04-16 10:54:36 UTC) #12
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/2819123002/20001
3 years, 8 months ago (2017-04-16 10:54:45 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/cd4f72fdeae5d12e0c7c4efc0a1a0e1d7af1e0ba
3 years, 8 months ago (2017-04-16 11:00:58 UTC) #16
sof
https://codereview.chromium.org/2819123002/diff/20001/third_party/WebKit/Source/platform/heap/GCInfo.cpp File third_party/WebKit/Source/platform/heap/GCInfo.cpp (right): https://codereview.chromium.org/2819123002/diff/20001/third_party/WebKit/Source/platform/heap/GCInfo.cpp#newcode35 third_party/WebKit/Source/platform/heap/GCInfo.cpp:35: CHECK(gc_info_index < GCInfoTable::kMaxIndex); On 2017/04/16 09:59:26, Hwanseung Lee wrote: ...
3 years, 8 months ago (2017-04-16 14:33:11 UTC) #17
haraken
3 years, 8 months ago (2017-04-16 15:52:54 UTC) #18
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698