mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove unused argument from AlreadyInRealm::assert.
This commit is contained in:
parent
fca5833e21
commit
5e5669b945
8 changed files with 10 additions and 12 deletions
|
@ -287,7 +287,7 @@ where
|
|||
T: AsyncBluetoothListener + DomObject + 'static,
|
||||
F: FnOnce(StringOrUnsignedLong) -> Fallible<UUID>,
|
||||
{
|
||||
let in_realm_proof = AlreadyInRealm::assert(&attribute.global());
|
||||
let in_realm_proof = AlreadyInRealm::assert();
|
||||
let p = Promise::new_in_current_realm(InRealm::Already(&in_realm_proof));
|
||||
|
||||
let result_uuid = if let Some(u) = uuid {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue