mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +02:00
@@ -18,7 +18,6 @@ use std::cell::Cell;
|
||||
use util::str::{self, DOMString};
|
||||
|
||||
#[dom_struct]
|
||||
#[derive(HeapSizeOf)]
|
||||
pub struct HTMLTableSectionElement {
|
||||
htmlelement: HTMLElement,
|
||||
background_color: Cell<Option<RGBA>>,
|
||||
|
||||
Reference in New Issue
Block a user