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

Issue 302603005: Regression(r174876): Use OILPAN empty destructor macros (Closed)

Created:
6 years, 7 months ago by Inactive
Modified:
6 years, 7 months ago
Reviewers:
haraken, sof
CC:
blink-reviews, alph, oilpan-reviews
Visibility:
Public.

Description

Regression(r174876): Use OILPAN empty destructor macros Use OILPAN empty destructor macros as OILPAN is complaining about having a user defined destructor. The destructor used to be protected by #if !OILPAN but I removed this in r174876 inadvertently. TBR=haraken@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174901

Patch Set 1 #

Total comments: 5

Patch Set 2 : Remove destructor entirely #

Patch Set 3 : Take sof's feedback into consideration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -5 lines) Patch
M Source/modules/screen_orientation/ScreenOrientationController.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M Source/modules/screen_orientation/ScreenOrientationController.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Inactive
6 years, 7 months ago (2014-05-27 18:45:44 UTC) #1
sof
https://codereview.chromium.org/302603005/diff/1/Source/modules/screen_orientation/ScreenOrientationController.cpp File Source/modules/screen_orientation/ScreenOrientationController.cpp (right): https://codereview.chromium.org/302603005/diff/1/Source/modules/screen_orientation/ScreenOrientationController.cpp#newcode19 Source/modules/screen_orientation/ScreenOrientationController.cpp:19: #if !ENABLE(OILPAN) DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ScreenOrientationController) (no ; at the end.) https://codereview.chromium.org/302603005/diff/1/Source/modules/screen_orientation/ScreenOrientationController.h ...
6 years, 7 months ago (2014-05-27 18:49:34 UTC) #2
Inactive
https://codereview.chromium.org/302603005/diff/1/Source/modules/screen_orientation/ScreenOrientationController.cpp File Source/modules/screen_orientation/ScreenOrientationController.cpp (right): https://codereview.chromium.org/302603005/diff/1/Source/modules/screen_orientation/ScreenOrientationController.cpp#newcode19 Source/modules/screen_orientation/ScreenOrientationController.cpp:19: #if !ENABLE(OILPAN) On 2014/05/27 18:49:35, sof wrote: > DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ScreenOrientationController) ...
6 years, 7 months ago (2014-05-27 18:51:04 UTC) #3
Inactive
https://codereview.chromium.org/302603005/diff/1/Source/modules/screen_orientation/ScreenOrientationController.cpp File Source/modules/screen_orientation/ScreenOrientationController.cpp (right): https://codereview.chromium.org/302603005/diff/1/Source/modules/screen_orientation/ScreenOrientationController.cpp#newcode19 Source/modules/screen_orientation/ScreenOrientationController.cpp:19: #if !ENABLE(OILPAN) On 2014/05/27 18:49:35, sof wrote: > DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ScreenOrientationController) ...
6 years, 7 months ago (2014-05-27 19:08:22 UTC) #4
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 7 months ago (2014-05-27 19:09:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/302603005/30001
6 years, 7 months ago (2014-05-27 19:09:52 UTC) #6
sof
On 2014/05/27 18:51:04, Chris Dumez wrote: > https://codereview.chromium.org/302603005/diff/1/Source/modules/screen_orientation/ScreenOrientationController.cpp > File Source/modules/screen_orientation/ScreenOrientationController.cpp (right): > > https://codereview.chromium.org/302603005/diff/1/Source/modules/screen_orientation/ScreenOrientationController.cpp#newcode19 ...
6 years, 7 months ago (2014-05-27 21:44:15 UTC) #7
commit-bot: I haz the power
Change committed as 174901
6 years, 7 months ago (2014-05-27 22:04:52 UTC) #8
haraken
6 years, 7 months ago (2014-05-27 22:48:51 UTC) #9
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698