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

Issue 2552233002: Make ifdefs consistent in WebKit/Source/platform (Closed)

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

Description

Make ifdefs consistent in WebKit/Source/platform 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/57fbc20f3f7558560780cc44a8b993f4f17d593a Cr-Commit-Position: refs/heads/master@{#436726}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SecurityPolicy.cpp View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 13 (8 generated)
Alexander Alekseev
Please review.
4 years ago (2016-12-06 09:18:45 UTC) #2
jochen (gone - plz use gerrit)
lgtm
4 years ago (2016-12-06 09:24:34 UTC) #5
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/2552233002/1
4 years ago (2016-12-06 21:03:48 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-06 21:16:08 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-06 21:19:12 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/57fbc20f3f7558560780cc44a8b993f4f17d593a
Cr-Commit-Position: refs/heads/master@{#436726}

Powered by Google App Engine
This is Rietveld 408576698