mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
stylo: Make URLs work in inline style
MozReview-Commit-ID: 6Tc0kBw4V8c
This commit is contained in:
parent
06f99c13f2
commit
4deae33ab1
3 changed files with 13 additions and 10 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue