mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Bug 1317179 - Use XPCOM string bindings instead of Gecko_Utf8SliceToString. r=manishearth
This commit is contained in:
parent
a093b56c84
commit
c45bc93d8f
2 changed files with 3 additions and 14 deletions
|
@ -86,7 +86,6 @@ use gecko_bindings::structs::nsIPrincipal;
|
|||
use gecko_bindings::structs::nsIURI;
|
||||
use gecko_bindings::structs::nsMainThreadPtrHolder;
|
||||
use gecko_bindings::structs::nsRestyleHint;
|
||||
use gecko_bindings::structs::nsString;
|
||||
use gecko_bindings::structs::nsStyleBackground;
|
||||
unsafe impl Send for nsStyleBackground {}
|
||||
unsafe impl Sync for nsStyleBackground {}
|
||||
|
@ -488,10 +487,6 @@ extern "C" {
|
|||
*const ::std::os::raw::c_char,
|
||||
aLength: u32) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_Utf8SliceToString(aString: *mut nsString, aBuffer: *const u8,
|
||||
aBufferLen: usize);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_FontFamilyList_Clear(aList: *mut FontFamilyList);
|
||||
}
|
||||
|
@ -1095,7 +1090,7 @@ extern "C" {
|
|||
RawServoDeclarationBlockBorrowed,
|
||||
property: *mut nsIAtom,
|
||||
is_custom: bool,
|
||||
buffer: *mut nsString);
|
||||
buffer: *mut nsAString_internal);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_DeclarationBlock_Count(declarations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue