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

Issue 864753005: Oilpan: restrict implicit RawPtr<U> conversions; U must be T-convertible. (Closed)

Created:
5 years, 10 months ago by sof
Modified:
5 years, 10 months ago
CC:
blink-reviews, blink-reviews-wtf_chromium.org, aandrey+blink_chromium.org, Mikhail
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: restrict implicit RawPtr<U> conversions; U must be T-convertible. Make RawPtr<U> only be convertible to a RawPtr<T> iff U is type convertible to T. This restricts the range of implicit conversions available, avoiding extts ambiguities. It makes RawPtr symmetric with PassRefPtr in this regard. This fixes Oilpan compilation following r189188. TBR=oilpan-reviews BUG=450662 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189132

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M Source/wtf/RawPtr.h View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
sof
Please take a look.
5 years, 10 months ago (2015-01-28 19:20:44 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/864753005/1
5 years, 10 months ago (2015-01-28 19:21:53 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=189132
5 years, 10 months ago (2015-01-28 19:22:20 UTC) #4
haraken
LGTM
5 years, 10 months ago (2015-01-28 23:43:58 UTC) #5
kouhei (in TOK)
5 years, 10 months ago (2015-01-29 10:51:46 UTC) #6
Message was sent while issue was closed.
On 2015/01/28 23:43:58, haraken wrote:
> LGTM

lgtm

Powered by Google App Engine
This is Rietveld 408576698