mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
semicolon
This commit is contained in:
parent
4e33454364
commit
bcb1374256
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ pub unsafe extern "C" fn subsumes(obj: *mut JSPrincipals, other: *mut JSPrincipa
|
|||
let other_origin = other.origin();
|
||||
obj_origin.same_origin_domain(&other_origin)
|
||||
} else {
|
||||
warn!("Received null JSPrincipals asrgument.")
|
||||
warn!("Received null JSPrincipals asrgument.");
|
||||
false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue