mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
stylo: Fix MightHave{State,Attribute}Dependency for XBL.
Bug: 1375969 Reviewed-By: heycam MozReview-Commit-ID: 8I29pMHq4uf
This commit is contained in:
parent
f8346e598e
commit
9558d2d918
2 changed files with 48 additions and 6 deletions
|
@ -1936,12 +1936,15 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Servo_StyleSet_MightHaveAttributeDependency(set:
|
||||
RawServoStyleSetBorrowed,
|
||||
element:
|
||||
RawGeckoElementBorrowed,
|
||||
local_name:
|
||||
*mut nsIAtom)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_HasStateDependency(set: RawServoStyleSetBorrowed,
|
||||
element: RawGeckoElementBorrowed,
|
||||
state: u64) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue