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

Issue 2556723002: Make ifdefs consistent in WebKit/Source/core/frame/. (Closed)

Created:
4 years ago by Alexander Alekseev
Modified:
4 years ago
Reviewers:
bokan
CC:
chromium-reviews, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make ifdefs consistent in WebKit/Source/core/frame/. This CL addresses a few problems with #ifdefs: 1) DCHECK requires the presence of variables used in it even if DCHECK_IS_ON() evaluates to 0. Therefore, if debug variable is defined only when DCHECK_IS_ON() is true, its usage must be guarded the same way. 2) If debug method in base class is defined only when DCHECK_IS_ON() is true, its descendants must be guarded with the same check. BUG=666660 Committed: https://crrev.com/0a6c04dde993b8357457b2e2bbbd19eefc53b2ad Cr-Commit-Position: refs/heads/master@{#436728}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M third_party/WebKit/Source/core/frame/FrameView.cpp View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
Alexander Alekseev
assertSubtreeIsLaidOut() and others are hidden behind DCHECK_IS_ON() condition. So this CL makes it all consistent. ...
4 years ago (2016-12-06 09:59:20 UTC) #2
bokan
lgtm
4 years ago (2016-12-06 17:37:45 UTC) #7
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/2556723002/1
4 years ago (2016-12-06 21:03:15 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-06 21:18:05 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-06 21:21:53 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0a6c04dde993b8357457b2e2bbbd19eefc53b2ad
Cr-Commit-Position: refs/heads/master@{#436728}

Powered by Google App Engine
This is Rietveld 408576698