mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Give a lifetime parameter to LayoutDom
This commit is contained in:
@@ -88,7 +88,7 @@ pub trait HTMLTableSectionElementLayoutHelpers {
|
||||
}
|
||||
|
||||
#[allow(unsafe_code)]
|
||||
impl HTMLTableSectionElementLayoutHelpers for LayoutDom<HTMLTableSectionElement> {
|
||||
impl HTMLTableSectionElementLayoutHelpers for LayoutDom<'_, HTMLTableSectionElement> {
|
||||
fn get_background_color(&self) -> Option<RGBA> {
|
||||
unsafe {
|
||||
(&*self.upcast::<Element>().unsafe_get())
|
||||
|
||||
Reference in New Issue
Block a user