Commit d7665620 authored by Wez's avatar Wez Committed by Commit Bot

Roll Fuchsia SDK from d09698fad09c to b231a7051363


The AutoRoll server is located here: https://fuchsia-sdk-chromium-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio
TBR=cr-fuchsia+bot@chromium.org

Change-Id: Iecc22e3f634a3bfdd84192fec48c4d3d48d053c5
Reviewed-on: https://chromium-review.googlesource.com/1154312Reviewed-by: default avatarWez <wez@chromium.org>
Reviewed-by: default avatarFuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578921}
parent 33b409e9
......@@ -224,8 +224,8 @@ zx_status_t AsyncDispatcher::BeginWait(async_wait_t* wait) {
zx_status_t AsyncDispatcher::CancelWait(async_wait_t* wait) {
DCHECK_CALLED_ON_VALID_THREAD(thread_checker_);
zx_status_t status =
port_.cancel(wait->object, reinterpret_cast<uintptr_t>(wait));
zx_status_t status = port_.cancel(*zx::unowned_handle(wait->object),
reinterpret_cast<uintptr_t>(wait));
if (status == ZX_OK) {
WaitState* state = reinterpret_cast<WaitState*>(&(wait->state));
state->~WaitState();
......
d09698fad09c2b64e9e6c4b0eea36670ab4b8097
\ No newline at end of file
b231a7051363fcae82dce2dce4573f54e915908d
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment