mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
style: Cleanup GeckoElement::note_explicit_hints.
What it's doing is not so complicated.
This commit is contained in:
parent
36e6d57aee
commit
2c03609dc1
2 changed files with 23 additions and 27 deletions
|
@ -3508,7 +3508,7 @@ pub extern "C" fn Servo_CSSSupports(cond: *const nsACString) -> bool {
|
|||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn Servo_NoteExplicitHints(
|
||||
pub unsafe extern "C" fn Servo_NoteExplicitHints(
|
||||
element: RawGeckoElementBorrowed,
|
||||
restyle_hint: nsRestyleHint,
|
||||
change_hint: nsChangeHint,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue