stylo: Fix MightHave{State,Attribute}Dependency for XBL.

Bug: 1375969
Reviewed-By: heycam
MozReview-Commit-ID: 8I29pMHq4uf
This commit is contained in:
Emilio Cobos Álvarez 2017-06-27 22:18:02 -07:00
parent f8346e598e
commit 9558d2d918
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 48 additions and 6 deletions

View file

@ -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" {