mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Miscellaneous build / tidy fixes.
This commit is contained in:
parent
5158f65810
commit
31e8e418ea
66 changed files with 566 additions and 294 deletions
|
@ -179,3 +179,11 @@ pub type CssStringWriter = ::nsstring::nsACString;
|
|||
/// needs to allocate a temporary string.
|
||||
#[cfg(feature = "gecko")]
|
||||
pub type CssString = ::nsstring::nsCString;
|
||||
|
||||
/// String. The comments for the Gecko types explain the need for this abstraction.
|
||||
#[cfg(feature = "servo")]
|
||||
pub type CssStringWriter = String;
|
||||
|
||||
/// String. The comments for the Gecko types explain the need for this abstraction.
|
||||
#[cfg(feature = "servo")]
|
||||
pub type CssString = String;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue