mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use mutable reference for Gecko_GetNextStyleChild.
This commit is contained in:
parent
fe78c346a3
commit
3ade2b6de3
2 changed files with 3 additions and 3 deletions
|
@ -242,7 +242,7 @@ extern "C" {
|
|||
pub fn Gecko_DropStyleChildrenIterator(it: StyleChildrenIteratorOwned);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetNextStyleChild(it: StyleChildrenIteratorBorrowed)
|
||||
pub fn Gecko_GetNextStyleChild(it: StyleChildrenIteratorBorrowedMut)
|
||||
-> RawGeckoNodeBorrowedOrNull;
|
||||
}
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue