mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Update Gecko bindings.
This commit is contained in:
parent
06860d85c6
commit
f989a2c21c
3 changed files with 27 additions and 13 deletions
|
@ -2113,9 +2113,9 @@ extern "C" {
|
|||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleRule_GetSelectorTextAtIndex(rule:
|
||||
RawServoStyleRuleBorrowed,
|
||||
index: u32,
|
||||
result: *mut nsAString);
|
||||
RawServoStyleRuleBorrowed,
|
||||
index: u32,
|
||||
result: *mut nsAString);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleRule_GetSpecificityAtIndex(rule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue