| Index: mojo/edk/system/async_waiter.h
|
| diff --git a/mojo/edk/system/async_waiter.h b/mojo/edk/system/async_waiter.h
|
| index 41bfdf27b5b45eac5936f07cfc2cbd1763c569e5..031b048c2296a4d340432aebf9a9905fc546f54f 100644
|
| --- a/mojo/edk/system/async_waiter.h
|
| +++ b/mojo/edk/system/async_waiter.h
|
| @@ -25,7 +25,7 @@ class AsyncWaiter final : public Awakable {
|
|
|
| private:
|
| // |Awakable| implementation:
|
| - bool Awake(MojoResult result, uintptr_t context) override;
|
| + bool Awake(MojoResult result, uint64_t context) override;
|
|
|
| AwakeCallback callback_;
|
|
|
|
|