mirror of
https://github.com/servo/servo.git
synced 2025-08-22 05:45:33 +01:00
Implement more glue methods.
This commit is contained in:
parent
3c44dbae21
commit
e82aa66245
3 changed files with 84 additions and 23 deletions
|
@ -300,7 +300,7 @@ pub struct GeckoElement<'le> {
|
|||
}
|
||||
|
||||
impl<'le> GeckoElement<'le> {
|
||||
unsafe fn from_raw(el: *mut RawGeckoElement) -> GeckoElement<'le> {
|
||||
pub unsafe fn from_raw(el: *mut RawGeckoElement) -> GeckoElement<'le> {
|
||||
GeckoElement {
|
||||
element: el,
|
||||
chain: PhantomData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue