mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add FFI for debug info of CSSStyleRule
This commit is contained in:
parent
9ee2ec5a35
commit
3c5871f83a
2 changed files with 11 additions and 0 deletions
|
@ -1010,6 +1010,10 @@ extern "C" {
|
|||
index: u32)
|
||||
-> RawServoStyleRuleStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleRule_Debug(rule: RawServoStyleRuleBorrowed,
|
||||
result: *mut nsACString_internal);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleRule_GetStyle(rule: RawServoStyleRuleBorrowed)
|
||||
-> RawServoDeclarationBlockStrong;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue