stylo: Make URLs work in inline style

MozReview-Commit-ID: 6Tc0kBw4V8c
This commit is contained in:
Manish Goregaokar 2017-03-10 18:28:02 -08:00 committed by Manish Goregaokar
parent 06f99c13f2
commit 4deae33ab1
3 changed files with 13 additions and 10 deletions

View file

@ -1415,7 +1415,9 @@ extern "C" {
-> bool;
}
extern "C" {
pub fn Servo_ParseStyleAttribute(data: *const nsACString_internal)
pub fn Servo_ParseStyleAttribute(data: *const nsACString_internal,
base: *const nsACString_internal,
extraData: *const GeckoParserExtraData)
-> RawServoDeclarationBlockStrong;
}
extern "C" {