style: Cleanup GeckoElement::note_explicit_hints.

What it's doing is not so complicated.
This commit is contained in:
Emilio Cobos Álvarez 2018-02-16 18:59:00 +01:00
parent 36e6d57aee
commit 2c03609dc1
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 23 additions and 27 deletions

View file

@ -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,