mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Rename MutNullableJS<T> to MutNullableDom<T>
This commit is contained in:
parent
d29335040d
commit
c52fd0a780
63 changed files with 232 additions and 232 deletions
|
@ -9,7 +9,7 @@ use dom::bindings::codegen::Bindings::HTMLTableSectionElementBinding::HTMLTableS
|
|||
use dom::bindings::codegen::Bindings::NodeBinding::NodeMethods;
|
||||
use dom::bindings::error::{ErrorResult, Fallible};
|
||||
use dom::bindings::inheritance::Castable;
|
||||
use dom::bindings::root::{LayoutJS, MutNullableJS, Root, RootedReference};
|
||||
use dom::bindings::root::{LayoutJS, MutNullableDom, Root, RootedReference};
|
||||
use dom::bindings::str::DOMString;
|
||||
use dom::document::Document;
|
||||
use dom::element::{Element, RawLayoutElementHelpers};
|
||||
|
@ -37,7 +37,7 @@ impl CollectionFilter for CellsFilter {
|
|||
#[dom_struct]
|
||||
pub struct HTMLTableRowElement {
|
||||
htmlelement: HTMLElement,
|
||||
cells: MutNullableJS<HTMLCollection>,
|
||||
cells: MutNullableDom<HTMLCollection>,
|
||||
}
|
||||
|
||||
impl HTMLTableRowElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue