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

Issue 344443008: Oilpan: fix MediaController crashes after r176358. (Closed)

Created:
6 years, 6 months ago by sof
Modified:
6 years, 6 months ago
CC:
blink-reviews, feature-media-reviews_chromium.org, dglazkov+blink, philipj_slow, blink-reviews-html_chromium.org, eric.carlson_apple.com
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Oilpan: fix MediaController crashes after r176358. MediaController::trace() needs to have the declaration of ExecutionContext available, so as to determine what NeedsAdjustAndMark<> resolves to for its (weak) ExecutionContext member. R=haraken@chromium.org,zerny@chromium.org BUG= NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176415

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M Source/core/html/MediaController.cpp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
sof
Please take a look.
6 years, 6 months ago (2014-06-18 13:07:05 UTC) #1
haraken
LGTM, thanks for digging into this issue. However, it looks dangerous that we don't hit ...
6 years, 6 months ago (2014-06-18 13:11:15 UTC) #2
zerny-chromium
lgtm. Thanks for catching this! We should consider how to catch when such traits are ...
6 years, 6 months ago (2014-06-18 13:11:51 UTC) #3
sof
On 2014/06/18 13:11:51, zerny-chromium wrote: > lgtm. Thanks for catching this! We should consider how ...
6 years, 6 months ago (2014-06-18 13:15:19 UTC) #4
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 6 months ago (2014-06-18 13:18:46 UTC) #5
Mads Ager (chromium)
LGTM2 We are testing out ways to check that you have the full definition for ...
6 years, 6 months ago (2014-06-18 13:19:03 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/344443008/1
6 years, 6 months ago (2014-06-18 13:19:10 UTC) #7
commit-bot: I haz the power
Change committed as 176415
6 years, 6 months ago (2014-06-18 13:19:44 UTC) #8
zerny-chromium
6 years, 6 months ago (2014-06-18 13:34:42 UTC) #9
Message was sent while issue was closed.
> We are testing out ways to check that you have the full definition for tracing
> weak members. For member it is not a problem because you need the full
> definition to be able to call the trace method. However, you do not call trace
> for weak members and therefore it would seem that you do not need the full
> declaration. We are experimenting with adding a COMPILE_ASSERT or something
that
> will require the full T definition for visitor->trace(weak_member_t);

Compile assert uploaded at: https://codereview.chromium.org/334623006

Powered by Google App Engine
This is Rietveld 408576698